#52676E

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

Shades of Smalt Blue #52676E

Tints of Smalt Blue #52676E

Color information

#52676E (or 0x52676E) is unknown color: approx Smalt Blue. HEX triplet: 52, 67 and 6E. RGB value is (82,103,110). Sum of RGB (Red+Green+Blue) = 82+103+110=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #52676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52676E is #AD9891. Grayscale: #616161. Windows color (decimal): -11376786 or 7235410. OLE color: 7235410.

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

Color convert

RGB82103110-
CMYK0.250.0600.57
HSL195º14.58%37.65%-
HSV(B)195º25.45%43.14%-
XYZ11.1412.6216.6-
YUV97.52135.04116.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=27.80%
G=34.92%
B=37.29%

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
Decimal821031100.250.0600.5719514.5837.65
Hex52676E196039c3f26
Octal1221471563160713031746
Binary101001011001111101110110011100111001110000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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