#52617B

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

Shades of Chambray #52617B

Tints of Chambray #52617B

Color information

#52617B (or 0x52617B) is unknown color: approx Chambray. HEX triplet: 52, 61 and 7B. RGB value is (82,97,123). Sum of RGB (Red+Green+Blue) = 82+97+123=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #52617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52617B is #AD9E84. Grayscale: #5F5F5F. Windows color (decimal): -11378309 or 8085842. OLE color: 8085842.

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

Color convert

RGB8297123-
CMYK0.330.2100.52
HSL218.05º20%40.2%-
HSV(B)218.05º33.33%48.24%-
XYZ11.3311.7720.41-
YUV95.48143.53118.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=27.15%
G=32.12%
B=40.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82971230.330.2100.52218.052040.2
Hex52617B2115034da1428
Octal12214117341250643322450
Binary1010010110000111110111000011010101101001101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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