#535C76

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

Shades of Chambray #535C76

Tints of Chambray #535C76

Color information

#535C76 (or 0x535C76) is unknown color: approx Chambray. HEX triplet: 53, 5C and 76. RGB value is (83,92,118). Sum of RGB (Red+Green+Blue) = 83+92+118=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #535C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535C76 is #ACA389. Grayscale: #5C5C5C. Windows color (decimal): -11314058 or 7756883. OLE color: 7756883.

HSL color Cylindrical-coordinate representation of color #535C76: hue angle of 224.57º 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 #535C76 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8392118-
CMYK0.300.2200.54
HSL224.57º17.41%39.41%-
HSV(B)224.57º29.66%46.27%-
XYZ10.6610.818.66-
YUV92.27142.52121.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=28.33%
G=31.40%
B=40.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83921180.300.2200.54224.5717.4139.41
Hex535C761E16036e11127
Octal12313416636260663412147
Binary101001110111001110110111101011001101101110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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