#525D81

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

Shades of Chambray #525D81

Tints of Chambray #525D81

Color information

#525D81 (or 0x525D81) is unknown color: approx Chambray. HEX triplet: 52, 5D and 81. RGB value is (82,93,129). Sum of RGB (Red+Green+Blue) = 82+93+129=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #525D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D81 is #ADA27E. Grayscale: #5D5D5D. Windows color (decimal): -11379327 or 8478034. OLE color: 8478034.

HSL color Cylindrical-coordinate representation of color #525D81: hue angle of 225.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525D81 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8293129-
CMYK0.360.2800.49
HSL225.96º22.27%41.37%-
HSV(B)225.96º36.43%50.59%-
XYZ11.3611.2122.33-
YUV93.82147.86119.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=26.97%
G=30.59%
B=42.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82931290.360.2800.49225.9622.2741.37
Hex525D81241C031e21629
Octal12213520144340613422651
Binary10100101011101100000011001001110001100011110001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,93,129); }

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

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

 a { background-color: rgb(82,93,129); }

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

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

 span { border-color: rgb(82,93,129); }

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