#52666E

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

Shades of Smalt Blue #52666E

Tints of Smalt Blue #52666E

Color information

#52666E (or 0x52666E) is unknown color: approx Smalt Blue. HEX triplet: 52, 66 and 6E. RGB value is (82,102,110). Sum of RGB (Red+Green+Blue) = 82+102+110=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 110 - color contains mainly: blue. Hex color #52666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52666E is #AD9991. Grayscale: #606060. Windows color (decimal): -11377042 or 7235154. OLE color: 7235154.

HSL color Cylindrical-coordinate representation of color #52666E: hue angle of 197.14º 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 #52666E is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB82102110-
CMYK0.250.0700.57
HSL197.14º14.58%37.65%-
HSV(B)197.14º25.45%43.14%-
XYZ11.0512.4216.57-
YUV96.93135.37117.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=27.89%
G=34.69%
B=37.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821021100.250.0700.57197.1414.5837.65
Hex52666E197039c5f26
Octal1221461563170713051746
Binary101001011001101101110110011110111001110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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