#556165

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

Shades of Smalt Blue #556165

Tints of Smalt Blue #556165

Color information

#556165 (or 0x556165) is unknown color: approx Smalt Blue. HEX triplet: 55, 61 and 65. RGB value is (85,97,101). Sum of RGB (Red+Green+Blue) = 85+97+101=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #556165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556165 is #AA9E9A. Grayscale: #5D5D5D. Windows color (decimal): -11181723 or 6644053. OLE color: 6644053.

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

Color convert

RGB8597101-
CMYK0.160.0400.60
HSL195º8.6%36.47%-
HSV(B)195º15.84%39.61%-
XYZ10.3711.4213.97-
YUV93.87132.02121.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=30.04%
G=34.28%
B=35.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85971010.160.0400.601958.636.47
Hex55616510403Cc3924
Octal1251411452040743031144
Binary101010111000011100101100001000111100110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556165; }

 p { color: rgb(85,97,101); }

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

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

 a { background-color: rgb(85,97,101); }

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

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

 span { border-color: rgb(85,97,101); }

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