#556367

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

Shades of Smalt Blue #556367

Tints of Smalt Blue #556367

Color information

#556367 (or 0x556367) is unknown color: approx Smalt Blue. HEX triplet: 55, 63 and 67. RGB value is (85,99,103). Sum of RGB (Red+Green+Blue) = 85+99+103=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #556367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556367 is #AA9C98. Grayscale: #5F5F5F. Windows color (decimal): -11181209 or 6775637. OLE color: 6775637.

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

Color convert

RGB8599103-
CMYK0.170.0400.60
HSL193.33º9.57%36.86%-
HSV(B)193.33º17.48%40.39%-
XYZ10.6611.8314.55-
YUV95.27132.36120.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=29.62%
G=34.49%
B=35.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85991030.170.0400.60193.339.5736.86
Hex55636711403Cc1a25
Octal1251431472140743011245
Binary101010111000111100111100011000111100110000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556367; }

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

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

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

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

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

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

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

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