#525B76

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

Shades of Chambray #525B76

Tints of Chambray #525B76

Color information

#525B76 (or 0x525B76) is unknown color: approx Chambray. HEX triplet: 52, 5B and 76. RGB value is (82,91,118). Sum of RGB (Red+Green+Blue) = 82+91+118=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #525B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B76 is #ADA489. Grayscale: #5B5B5B. Windows color (decimal): -11379850 or 7756626. OLE color: 7756626.

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

Color convert

RGB8291118-
CMYK0.310.2300.54
HSL225º18%39.22%-
HSV(B)225º30.51%46.27%-
XYZ10.4910.5818.63-
YUV91.39143.02121.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=28.18%
G=31.27%
B=40.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82911180.310.2300.542251839.22
Hex525B761F17036e11227
Octal12213316637270663412247
Binary101001010110111110110111111011101101101110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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