#55666A

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

Shades of Smalt Blue #55666A

Tints of Smalt Blue #55666A

Color information

#55666A (or 0x55666A) is unknown color: approx Smalt Blue. HEX triplet: 55, 66 and 6A. RGB value is (85,102,106). Sum of RGB (Red+Green+Blue) = 85+102+106=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #55666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55666A is #AA9995. Grayscale: #616161. Windows color (decimal): -11180438 or 6973013. OLE color: 6973013.

HSL color Cylindrical-coordinate representation of color #55666A: hue angle of 191.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55666A is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB85102106-
CMYK0.200.0400.58
HSL191.43º10.99%37.45%-
HSV(B)191.43º19.81%41.57%-
XYZ11.112.4715.46-
YUV97.37132.87119.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=29.01%
G=34.81%
B=36.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851021060.200.0400.58191.4310.9937.45
Hex55666A14403Abfb25
Octal1251461522440722771345
Binary101010111001101101010101001000111010101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55666A; }

 p { color: rgb(85,102,106); }

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

<style>
 a { background-color: #55666A; }

 a { background-color: rgb(85,102,106); }

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

<style>
 span { border-color: #55666A; }

 span { border-color: rgb(85,102,106); }

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