#52597B

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

Shades of Chambray #52597B

Tints of Chambray #52597B

Color information

#52597B (or 0x52597B) is unknown color: approx Chambray. HEX triplet: 52, 59 and 7B. RGB value is (82,89,123). Sum of RGB (Red+Green+Blue) = 82+89+123=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #52597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52597B is #ADA684. Grayscale: #5A5A5A. Windows color (decimal): -11380357 or 8083794. OLE color: 8083794.

HSL color Cylindrical-coordinate representation of color #52597B: hue angle of 229.76º 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 #52597B is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8289123-
CMYK0.330.2800.52
HSL229.76º20%40.2%-
HSV(B)229.76º33.33%48.24%-
XYZ10.6310.3720.18-
YUV90.78146.18121.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=27.89%
G=30.27%
B=41.84%

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
Decimal82891230.330.2800.52229.762040.2
Hex52597B211C034e61428
Octal12213117341340643462450
Binary1010010101100111110111000011110001101001110011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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