#52607C

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

Shades of Chambray #52607C

Tints of Chambray #52607C

Color information

#52607C (or 0x52607C) is unknown color: approx Chambray. HEX triplet: 52, 60 and 7C. RGB value is (82,96,124). Sum of RGB (Red+Green+Blue) = 82+96+124=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #52607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52607C is #AD9F83. Grayscale: #5E5E5E. Windows color (decimal): -11378564 or 8151122. OLE color: 8151122.

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

Color convert

RGB8296124-
CMYK0.340.2300.51
HSL220º20.39%40.39%-
HSV(B)220º33.87%48.63%-
XYZ11.311.6120.72-
YUV95.01144.36118.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=27.15%
G=31.79%
B=41.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82961240.340.2300.5122020.3940.39
Hex52607C2217033dc1428
Octal12214017442270633342450
Binary1010010110000011111001000101011101100111101110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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