#52666C

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

Shades of Smalt Blue #52666C

Tints of Smalt Blue #52666C

Color information

#52666C (or 0x52666C) is unknown color: approx Smalt Blue. HEX triplet: 52, 66 and 6C. RGB value is (82,102,108). Sum of RGB (Red+Green+Blue) = 82+102+108=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #52666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52666C is #AD9993. Grayscale: #606060. Windows color (decimal): -11377044 or 7104082. OLE color: 7104082.

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

Color convert

RGB82102108-
CMYK0.240.0600.58
HSL193.85º13.68%37.25%-
HSV(B)193.85º24.07%42.35%-
XYZ10.9412.3816-
YUV96.7134.37117.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=28.08%
G=34.93%
B=36.99%

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
Decimal821021080.240.0600.58193.8513.6837.25
Hex52666C18603Ac2e25
Octal1221461543060723021645
Binary101001011001101101100110001100111010110000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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