#52587C

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

Shades of Chambray #52587C

Tints of Chambray #52587C

Color information

#52587C (or 0x52587C) is unknown color: approx Chambray. HEX triplet: 52, 58 and 7C. RGB value is (82,88,124). Sum of RGB (Red+Green+Blue) = 82+88+124=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #52587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52587C is #ADA783. Grayscale: #5A5A5A. Windows color (decimal): -11380612 or 8149074. OLE color: 8149074.

HSL color Cylindrical-coordinate representation of color #52587C: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52587C is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8288124-
CMYK0.340.2900.51
HSL231.43º20.39%40.39%-
HSV(B)231.43º33.87%48.63%-
XYZ10.6110.2320.48-
YUV90.31147.01122.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=27.89%
G=29.93%
B=42.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82881240.340.2900.51231.4320.3940.39
Hex52587C221D033e71428
Octal12213017442350633472450
Binary1010010101100011111001000101110101100111110011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52587C; }

 p { color: rgb(82,88,124); }

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

<style>
 a { background-color: #52587C; }

 a { background-color: rgb(82,88,124); }

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

<style>
 span { border-color: #52587C; }

 span { border-color: rgb(82,88,124); }

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