#52597D

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

Shades of Chambray #52597D

Tints of Chambray #52597D

Color information

#52597D (or 0x52597D) is unknown color: approx Chambray. HEX triplet: 52, 59 and 7D. RGB value is (82,89,125). Sum of RGB (Red+Green+Blue) = 82+89+125=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #52597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52597D is #ADA682. Grayscale: #5A5A5A. Windows color (decimal): -11380355 or 8214866. OLE color: 8214866.

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

Color convert

RGB8289125-
CMYK0.340.2900.51
HSL230.23º20.77%40.59%-
HSV(B)230.23º34.4%49.02%-
XYZ10.7510.4220.85-
YUV91.01147.18121.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=27.70%
G=30.07%
B=42.23%

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
Decimal82891250.340.2900.51230.2320.7740.59
Hex52597D221D033e61529
Octal12213117542350633462551
Binary1010010101100111111011000101110101100111110011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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