#525B81

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

Shades of Chambray #525B81

Tints of Chambray #525B81

Color information

#525B81 (or 0x525B81) is unknown color: approx Chambray. HEX triplet: 52, 5B and 81. RGB value is (82,91,129). Sum of RGB (Red+Green+Blue) = 82+91+129=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #525B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B81 is #ADA47E. Grayscale: #5C5C5C. Windows color (decimal): -11379839 or 8477522. OLE color: 8477522.

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

Color convert

RGB8291129-
CMYK0.360.2900.49
HSL228.51º22.27%41.37%-
HSV(B)228.51º36.43%50.59%-
XYZ11.1810.8622.28-
YUV92.64148.52120.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 129 (50.78% from 255) = 42.72%
R=27.15%
G=30.13%
B=42.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82911290.360.2900.49228.5122.2741.37
Hex525B81241D031e51629
Octal12213320144350613452651
Binary10100101011011100000011001001110101100011110010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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