#535C77

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

Shades of Chambray #535C77

Tints of Chambray #535C77

Color information

#535C77 (or 0x535C77) is unknown color: approx Chambray. HEX triplet: 53, 5C and 77. RGB value is (83,92,119). Sum of RGB (Red+Green+Blue) = 83+92+119=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #535C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C77 is #ACA388. Grayscale: #5C5C5C. Windows color (decimal): -11314057 or 7822419. OLE color: 7822419.

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

Color convert

RGB8392119-
CMYK0.300.2300.53
HSL225º17.82%39.61%-
HSV(B)225º30.25%46.67%-
XYZ10.7210.8318.98-
YUV92.39143.02121.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=28.23%
G=31.29%
B=40.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83921190.300.2300.5322517.8239.61
Hex535C771E17035e11228
Octal12313416736270653412250
Binary101001110111001110111111101011101101011110000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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