#535D79

Color #535D79 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #535D79

Tints of Chambray #535D79

Color information

#535D79 (or 0x535D79) is unknown color: approx Chambray. HEX triplet: 53, 5D and 79. RGB value is (83,93,121). Sum of RGB (Red+Green+Blue) = 83+93+121=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #535D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D79 is #ACA286. Grayscale: #5D5D5D. Windows color (decimal): -11313799 or 7953747. OLE color: 7953747.

HSL color Cylindrical-coordinate representation of color #535D79: hue angle of 224.21º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535D79 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8393121-
CMYK0.310.2300.53
HSL224.21º18.63%40%-
HSV(B)224.21º31.4%47.45%-
XYZ10.9311.0519.65-
YUV93.2143.69120.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=27.95%
G=31.31%
B=40.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83931210.310.2300.53224.2118.6340
Hex535D791F17035e01328
Octal12313517137270653402350
Binary101001110111011111001111111011101101011110000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #535D79;
 }
 .AnyTagClassName
 {
   color: #535D79;
 }
</style>
background-color css

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

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

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

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

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

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