#525B77

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

Shades of Chambray #525B77

Tints of Chambray #525B77

Color information

#525B77 (or 0x525B77) is unknown color: approx Chambray. HEX triplet: 52, 5B and 77. RGB value is (82,91,119). Sum of RGB (Red+Green+Blue) = 82+91+119=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #525B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B77 is #ADA488. Grayscale: #5B5B5B. Windows color (decimal): -11379849 or 7822162. OLE color: 7822162.

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

Color convert

RGB8291119-
CMYK0.310.2400.53
HSL225.41º18.41%39.41%-
HSV(B)225.41º31.09%46.67%-
XYZ10.5510.6118.94-
YUV91.5143.52121.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=28.08%
G=31.16%
B=40.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82911190.310.2400.53225.4118.4139.41
Hex525B771F18035e11227
Octal12213316737300653412247
Binary101001010110111110111111111100001101011110000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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