#525D76

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

Shades of Chambray #525D76

Tints of Chambray #525D76

Color information

#525D76 (or 0x525D76) is unknown color: approx Chambray. HEX triplet: 52, 5D and 76. RGB value is (82,93,118). Sum of RGB (Red+Green+Blue) = 82+93+118=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 93 (36.72% from 255 or 31.74% 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 #525D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D76 is #ADA289. Grayscale: #5C5C5C. Windows color (decimal): -11379338 or 7757138. OLE color: 7757138.

HSL color Cylindrical-coordinate representation of color #525D76: hue angle of 221.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525D76 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8293118-
CMYK0.310.2100.54
HSL221.67º18%39.22%-
HSV(B)221.67º30.51%46.27%-
XYZ10.6610.9318.69-
YUV92.56142.36120.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=27.99%
G=31.74%
B=40.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82931180.310.2100.54221.671839.22
Hex525D761F15036de1227
Octal12213516637250663362247
Binary101001010111011110110111111010101101101101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D76; }

 p { color: rgb(82,93,118); }

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

<style>
 a { background-color: #525D76; }

 a { background-color: rgb(82,93,118); }

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

<style>
 span { border-color: #525D76; }

 span { border-color: rgb(82,93,118); }

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