#535B76

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

Shades of Chambray #535B76

Tints of Chambray #535B76

Color information

#535B76 (or 0x535B76) is unknown color: approx Chambray. HEX triplet: 53, 5B and 76. RGB value is (83,91,118). Sum of RGB (Red+Green+Blue) = 83+91+118=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #535B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B76 is #ACA489. Grayscale: #5B5B5B. Windows color (decimal): -11314314 or 7756627. OLE color: 7756627.

HSL color Cylindrical-coordinate representation of color #535B76: hue angle of 226.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #535B76 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8391118-
CMYK0.300.2300.54
HSL226.29º17.41%39.41%-
HSV(B)226.29º29.66%46.27%-
XYZ10.5810.6318.63-
YUV91.69142.85121.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=28.42%
G=31.16%
B=40.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83911180.300.2300.54226.2917.4139.41
Hex535B761E17036e21127
Octal12313316636270663422147
Binary101001110110111110110111101011101101101110001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,91,118); }

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

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

 a { background-color: rgb(83,91,118); }

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

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

 span { border-color: rgb(83,91,118); }

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