#525E84

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

Shades of Chambray #525E84

Tints of Chambray #525E84

Color information

#525E84 (or 0x525E84) is unknown color: approx Chambray. HEX triplet: 52, 5E and 84. RGB value is (82,94,132). Sum of RGB (Red+Green+Blue) = 82+94+132=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #525E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E84 is #ADA17B. Grayscale: #5E5E5E. Windows color (decimal): -11379068 or 8674898. OLE color: 8674898.

HSL color Cylindrical-coordinate representation of color #525E84: hue angle of 225.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525E84 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8294132-
CMYK0.380.2900.48
HSL225.6º23.36%41.96%-
HSV(B)225.6º37.88%51.76%-
XYZ11.6511.4723.43-
YUV94.74149.02118.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=26.62%
G=30.52%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82941320.380.2900.48225.623.3641.96
Hex525E84261D030e2172a
Octal12213620446350603422752
Binary10100101011110100001001001101110101100001110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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