#52676D

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

Shades of Smalt Blue #52676D

Tints of Smalt Blue #52676D

Color information

#52676D (or 0x52676D) is unknown color: approx Smalt Blue. HEX triplet: 52, 67 and 6D. RGB value is (82,103,109). Sum of RGB (Red+Green+Blue) = 82+103+109=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #52676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52676D is #AD9892. Grayscale: #616161. Windows color (decimal): -11376787 or 7169874. OLE color: 7169874.

HSL color Cylindrical-coordinate representation of color #52676D: hue angle of 193.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52676D is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB82103109-
CMYK0.250.0600.57
HSL193.33º14.14%37.45%-
HSV(B)193.33º24.77%42.75%-
XYZ11.0912.616.32-
YUV97.4134.54117.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=27.89%
G=35.03%
B=37.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821031090.250.0600.57193.3314.1437.45
Hex52676D196039c1e25
Octal1221471553160713011645
Binary101001011001111101101110011100111001110000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52676D; }

 p { color: rgb(82,103,109); }

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

<style>
 a { background-color: #52676D; }

 a { background-color: rgb(82,103,109); }

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

<style>
 span { border-color: #52676D; }

 span { border-color: rgb(82,103,109); }

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