#525F76

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

Shades of Chambray #525F76

Tints of Chambray #525F76

Color information

#525F76 (or 0x525F76) is unknown color: approx Chambray. HEX triplet: 52, 5F and 76. RGB value is (82,95,118). Sum of RGB (Red+Green+Blue) = 82+95+118=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #525F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F76 is #ADA089. Grayscale: #5D5D5D. Windows color (decimal): -11378826 or 7757650. OLE color: 7757650.

HSL color Cylindrical-coordinate representation of color #525F76: hue angle of 218.33º 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 #525F76 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8295118-
CMYK0.310.1900.54
HSL218.33º18%39.22%-
HSV(B)218.33º30.51%46.27%-
XYZ10.8411.2918.75-
YUV93.73141.69119.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 118 (46.48% from 255) = 40%
R=27.80%
G=32.20%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82951180.310.1900.54218.331839.22
Hex525F761F13036da1227
Octal12213716637230663322247
Binary101001010111111110110111111001101101101101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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