#556368

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

Shades of Smalt Blue #556368

Tints of Smalt Blue #556368

Color information

#556368 (or 0x556368) is unknown color: approx Smalt Blue. HEX triplet: 55, 63 and 68. RGB value is (85,99,104). Sum of RGB (Red+Green+Blue) = 85+99+104=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #556368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556368 is #AA9C97. Grayscale: #5F5F5F. Windows color (decimal): -11181208 or 6841173. OLE color: 6841173.

HSL color Cylindrical-coordinate representation of color #556368: hue angle of 195.79º 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 #556368 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8599104-
CMYK0.180.0500.59
HSL195.79º10.05%37.06%-
HSV(B)195.79º18.27%40.78%-
XYZ10.7111.8514.82-
YUV95.38132.86120.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=29.51%
G=34.38%
B=36.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85991040.180.0500.59195.7910.0537.06
Hex55636812503Bc4a25
Octal1251431502250733041245
Binary101010111000111101000100101010111011110001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556368; }

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

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

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

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

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

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

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

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