Html Css Color HEX #52597C Chambray

📋 copy color: '#52597C'

red 82 ◦ green 89 ◦ blue 124

#52597C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #52597C

Tints of Chambray #52597C

RGB

 RED value IS 82 (32.42% from 255) = 27.8%

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 27.8%
G = 30.17%
B = 42.03%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52597C (or 0x52597C) is known color: Chambray. HEX triplet: 52, 59 and 7C. RGB value is (82,89,124). Sum of RGB (Red+Green+Blue) = 82+89+124=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #52597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52597C is #ADA683. Grayscale: #5A5A5A. Windows color (decimal): -11380356 or 8149330. OLE color: 8149330.

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

Color convert

RGB 82 89 124 -
CMYK 0.34 0.28 0 0.51
HSL 230º 0.2% 0.4% -
HSV(B) 230º 0.34% 0.49% -
XYZ 10.69 10.39 20.51 -
YUV 90.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 82 89 124 0.34 0.28 0 0.51 230 0.2 0.4
Hex 52 59 7C 22 1C 0 33 E6 14 28
Octal 122 131 174 42 34 0 63 346 24 50
Binary 1010010 1011001 1111100 100010 11100 0 110011 11100110 10100 101000

Color Harmonies of #52597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52597C

Black with #52597C

Text Example


Text Example

White with #52597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52597C;
 }
 .AnyTagClassName
 {
   color: #52597C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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