#525C77

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

Shades of Chambray #525C77

Tints of Chambray #525C77

Color information

#525C77 (or 0x525C77) is unknown color: approx Chambray. HEX triplet: 52, 5C and 77. RGB value is (82,92,119). Sum of RGB (Red+Green+Blue) = 82+92+119=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 119 - color contains mainly: blue. Hex color #525C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C77 is #ADA388. Grayscale: #5B5B5B. Windows color (decimal): -11379593 or 7822418. OLE color: 7822418.

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

Color convert

RGB8292119-
CMYK0.310.2300.53
HSL223.78º18.41%39.41%-
HSV(B)223.78º31.09%46.67%-
XYZ10.6410.7818.97-
YUV92.09143.19120.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=27.99%
G=31.40%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82921190.310.2300.53223.7818.4139.41
Hex525C771F17035e01227
Octal12213416737270653402247
Binary101001010111001110111111111011101101011110000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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