#445D60

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

Shades of Smalt Blue #445D60

Tints of Smalt Blue #445D60

Color information

#445D60 (or 0x445D60) is unknown color: approx Smalt Blue. HEX triplet: 44, 5D and 60. RGB value is (68,93,96). Sum of RGB (Red+Green+Blue) = 68+93+96=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #445D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D60 is #BBA29F. Grayscale: #555555. Windows color (decimal): -12296864 or 6315332. OLE color: 6315332.

HSL color Cylindrical-coordinate representation of color #445D60: hue angle of 186.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445D60 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689396-
CMYK0.290.0300.62
HSL186.43º17.07%32.16%-
HSV(B)186.43º29.17%37.65%-
XYZ8.419.912.53-
YUV85.87133.72115.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=26.46%
G=36.19%
B=37.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6893960.290.0300.62186.4317.0732.16
Hex445D601D303Eba1120
Octal1041351403530762722140
Binary100010010111011100000111011101111101011101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445D60; }

 p { color: rgb(68,93,96); }

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

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

 a { background-color: rgb(68,93,96); }

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

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

 span { border-color: rgb(68,93,96); }

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