#535D78

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

Shades of Chambray #535D78

Tints of Chambray #535D78

Color information

#535D78 (or 0x535D78) is unknown color: approx Chambray. HEX triplet: 53, 5D and 78. RGB value is (83,93,120). Sum of RGB (Red+Green+Blue) = 83+93+120=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #535D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D78 is #ACA287. Grayscale: #5C5C5C. Windows color (decimal): -11313800 or 7888211. OLE color: 7888211.

HSL color Cylindrical-coordinate representation of color #535D78: hue angle of 223.78º degrees, saturation: 0.18, 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 #535D78 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8393120-
CMYK0.310.2200.53
HSL223.78º18.23%39.8%-
HSV(B)223.78º30.83%47.06%-
XYZ10.8711.0219.32-
YUV93.09143.19120.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=28.04%
G=31.42%
B=40.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83931200.310.2200.53223.7818.2339.8
Hex535D781F16035e01228
Octal12313517037260653402250
Binary101001110111011111000111111011001101011110000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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