#52646C

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

Shades of Smalt Blue #52646C

Tints of Smalt Blue #52646C

Color information

#52646C (or 0x52646C) is unknown color: approx Smalt Blue. HEX triplet: 52, 64 and 6C. RGB value is (82,100,108). Sum of RGB (Red+Green+Blue) = 82+100+108=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #52646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52646C is #AD9B93. Grayscale: #5F5F5F. Windows color (decimal): -11377556 or 7103570. OLE color: 7103570.

HSL color Cylindrical-coordinate representation of color #52646C: hue angle of 198.46º 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 #52646C is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB82100108-
CMYK0.240.0700.58
HSL198.46º13.68%37.25%-
HSV(B)198.46º24.07%42.35%-
XYZ10.7411.9915.94-
YUV95.53135.04118.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=28.28%
G=34.48%
B=37.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821001080.240.0700.58198.4613.6837.25
Hex52646C18703Ac6e25
Octal1221441543070723061645
Binary101001011001001101100110001110111010110001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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