#556468

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

Shades of Smalt Blue #556468

Tints of Smalt Blue #556468

Color information

#556468 (or 0x556468) is unknown color: approx Smalt Blue. HEX triplet: 55, 64 and 68. RGB value is (85,100,104). Sum of RGB (Red+Green+Blue) = 85+100+104=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #556468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556468 is #AA9B97. Grayscale: #5F5F5F. Windows color (decimal): -11180952 or 6841429. OLE color: 6841429.

HSL color Cylindrical-coordinate representation of color #556468: hue angle of 192.63º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556468 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB85100104-
CMYK0.180.0400.59
HSL192.63º10.05%37.06%-
HSV(B)192.63º18.27%40.78%-
XYZ10.812.0514.85-
YUV95.97132.53120.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=29.41%
G=34.60%
B=35.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal851001040.180.0400.59192.6310.0537.06
Hex55646812403Bc1a25
Octal1251441502240733011245
Binary101010111001001101000100101000111011110000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556468; }

 p { color: rgb(85,100,104); }

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

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

 a { background-color: rgb(85,100,104); }

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

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

 span { border-color: rgb(85,100,104); }

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