#52656C

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

Shades of Smalt Blue #52656C

Tints of Smalt Blue #52656C

Color information

#52656C (or 0x52656C) is unknown color: approx Smalt Blue. HEX triplet: 52, 65 and 6C. RGB value is (82,101,108). Sum of RGB (Red+Green+Blue) = 82+101+108=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #52656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52656C is #AD9A93. Grayscale: #606060. Windows color (decimal): -11377300 or 7103826. OLE color: 7103826.

HSL color Cylindrical-coordinate representation of color #52656C: hue angle of 196.15º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52656C is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB82101108-
CMYK0.240.0600.58
HSL196.15º13.68%37.25%-
HSV(B)196.15º24.07%42.35%-
XYZ10.8412.1815.97-
YUV96.12134.71117.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=28.18%
G=34.71%
B=37.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821011080.240.0600.58196.1513.6837.25
Hex52656C18603Ac4e25
Octal1221451543060723041645
Binary101001011001011101100110001100111010110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,101,108); }

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

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

 a { background-color: rgb(82,101,108); }

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

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

 span { border-color: rgb(82,101,108); }

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