#55666B

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

Shades of Smalt Blue #55666B

Tints of Smalt Blue #55666B

Color information

#55666B (or 0x55666B) is unknown color: approx Smalt Blue. HEX triplet: 55, 66 and 6B. RGB value is (85,102,107). Sum of RGB (Red+Green+Blue) = 85+102+107=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 107 - color contains mainly: blue. Hex color #55666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55666B is #AA9994. Grayscale: #616161. Windows color (decimal): -11180437 or 7038549. OLE color: 7038549.

HSL color Cylindrical-coordinate representation of color #55666B: hue angle of 193.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55666B is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB85102107-
CMYK0.210.0500.58
HSL193.64º11.46%37.65%-
HSV(B)193.64º20.56%41.96%-
XYZ11.1512.515.73-
YUV97.49133.37119.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=28.91%
G=34.69%
B=36.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851021070.210.0500.58193.6411.4637.65
Hex55666B15503Ac2b26
Octal1251461532550723021346
Binary101010111001101101011101011010111010110000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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