Html Css Color HEX #535D6E Chambray

📋 copy color: '#535D6E'

red 83 ◦ green 93 ◦ blue 110

#535D6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #535D6E

Tints of Chambray #535D6E

RGB

 RED value IS 83 (32.81% from 255) = 29.02%

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 29.02%
G = 32.52%
B = 38.46%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#535D6E (or 0x535D6E) is known color: Chambray. HEX triplet: 53, 5D and 6E. RGB value is (83,93,110). Sum of RGB (Red+Green+Blue) = 83+93+110=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #535D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D6E is #ACA291. Grayscale: #5B5B5B. Windows color (decimal): -11313810 or 7232851. OLE color: 7232851.

HSL color Cylindrical-coordinate representation of color #535D6E: hue angle of 217.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535D6E is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 93 110 -
CMYK 0.25 0.15 0 0.57
HSL 217.78º 0.14% 0.38% -
HSV(B) 217.78º 0.25% 0.43% -
XYZ 10.3 10.79 16.29 -
YUV 91.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 83 93 110 0.25 0.15 0 0.57 217.78 0.14 0.38
Hex 53 5D 6E 19 F 0 39 DA E 26
Octal 123 135 156 31 17 0 71 332 16 46
Binary 1010011 1011101 1101110 11001 1111 0 111001 11011010 1110 100110

Color Harmonies of #535D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D6E

Black with #535D6E

Text Example


Text Example

White with #535D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535D6E; }

 p { color: rgb(83,93,110); }

 H1.HeaderClassName
 {
   color: #535D6E;
 }
 .AnyTagClassName
 {
   color: #535D6E;
 }
</style>

background-color css

<style>
 a { background-color: #535D6E; }

 a { background-color: rgb(83,93,110); }

 div.DivClassName
 {
   background-color: #535D6E;
 }
 .BgClassName
 {
   background-color: #535D6E;
 }
</style>

border-color css

<style>
 span { border-color: #535D6E; }

 span { border-color: rgb(83,93,110); }

 td.TdClassName
 {
   border-color: #535D6E;
 }
 .TagClassName
 {
   border-color: #535D6E;
 }
</style>