#52587B

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

Shades of Chambray #52587B

Tints of Chambray #52587B

Color information

#52587B (or 0x52587B) is unknown color: approx Chambray. HEX triplet: 52, 58 and 7B. RGB value is (82,88,123). Sum of RGB (Red+Green+Blue) = 82+88+123=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #52587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52587B is #ADA784. Grayscale: #5A5A5A. Windows color (decimal): -11380613 or 8083538. OLE color: 8083538.

HSL color Cylindrical-coordinate representation of color #52587B: hue angle of 231.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52587B is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8288123-
CMYK0.330.2800.52
HSL231.22º20%40.2%-
HSV(B)231.22º33.33%48.24%-
XYZ10.5410.220.15-
YUV90.2146.51122.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=27.99%
G=30.03%
B=41.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82881230.330.2800.52231.222040.2
Hex52587B211C034e71428
Octal12213017341340643472450
Binary1010010101100011110111000011110001101001110011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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