#52617F

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

Shades of Chambray #52617F

Tints of Chambray #52617F

Color information

#52617F (or 0x52617F) is unknown color: approx Chambray. HEX triplet: 52, 61 and 7F. RGB value is (82,97,127). Sum of RGB (Red+Green+Blue) = 82+97+127=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #52617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52617F is #AD9E80. Grayscale: #5F5F5F. Windows color (decimal): -11378305 or 8347986. OLE color: 8347986.

HSL color Cylindrical-coordinate representation of color #52617F: hue angle of 220º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52617F is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8297127-
CMYK0.350.2400.50
HSL220º21.53%40.98%-
HSV(B)220º35.43%49.8%-
XYZ11.5911.8821.76-
YUV95.93145.53118.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 127 (50% from 255) = 41.50%
R=26.80%
G=31.70%
B=41.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82971270.350.2400.5022021.5340.98
Hex52617F2318032dc1629
Octal12214117743300623342651
Binary1010010110000111111111000111100001100101101110010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52617F; }

 p { color: rgb(82,97,127); }

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

<style>
 a { background-color: #52617F; }

 a { background-color: rgb(82,97,127); }

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

<style>
 span { border-color: #52617F; }

 span { border-color: rgb(82,97,127); }

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