#525E81

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

Shades of Chambray #525E81

Tints of Chambray #525E81

Color information

#525E81 (or 0x525E81) is unknown color: approx Chambray. HEX triplet: 52, 5E and 81. RGB value is (82,94,129). Sum of RGB (Red+Green+Blue) = 82+94+129=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #525E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E81 is #ADA17E. Grayscale: #5E5E5E. Windows color (decimal): -11379071 or 8478290. OLE color: 8478290.

HSL color Cylindrical-coordinate representation of color #525E81: hue angle of 224.68º 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 #525E81 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8294129-
CMYK0.360.2700.49
HSL224.68º22.27%41.37%-
HSV(B)224.68º36.43%50.59%-
XYZ11.4411.3822.36-
YUV94.4147.52119.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=26.89%
G=30.82%
B=42.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82941290.360.2700.49224.6822.2741.37
Hex525E81241B031e11629
Octal12213620144330613412651
Binary10100101011110100000011001001101101100011110000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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