#525A77

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

Shades of Chambray #525A77

Tints of Chambray #525A77

Color information

#525A77 (or 0x525A77) is unknown color: approx Chambray. HEX triplet: 52, 5A and 77. RGB value is (82,90,119). Sum of RGB (Red+Green+Blue) = 82+90+119=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #525A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A77 is #ADA588. Grayscale: #5A5A5A. Windows color (decimal): -11380105 or 7821906. OLE color: 7821906.

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

Color convert

RGB8290119-
CMYK0.310.2400.53
HSL227.03º18.41%39.41%-
HSV(B)227.03º31.09%46.67%-
XYZ10.4710.4418.92-
YUV90.91143.85121.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=28.18%
G=30.93%
B=40.89%

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
Decimal82901190.310.2400.53227.0318.4139.41
Hex525A771F18035e31227
Octal12213216737300653432247
Binary101001010110101110111111111100001101011110001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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