#535C78

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

Shades of Chambray #535C78

Tints of Chambray #535C78

Color information

#535C78 (or 0x535C78) is unknown color: approx Chambray. HEX triplet: 53, 5C and 78. RGB value is (83,92,120). Sum of RGB (Red+Green+Blue) = 83+92+120=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #535C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C78 is #ACA387. Grayscale: #5C5C5C. Windows color (decimal): -11314056 or 7887955. OLE color: 7887955.

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

Color convert

RGB8392120-
CMYK0.310.2300.53
HSL225.41º18.23%39.8%-
HSV(B)225.41º30.83%47.06%-
XYZ10.7810.8519.3-
YUV92.5143.52121.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=28.14%
G=31.19%
B=40.68%

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
Decimal83921200.310.2300.53225.4118.2339.8
Hex535C781F17035e11228
Octal12313417037270653412250
Binary101001110111001111000111111011101101011110000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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