#445C60

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

Shades of Smalt Blue #445C60

Tints of Smalt Blue #445C60

Color information

#445C60 (or 0x445C60) is unknown color: approx Smalt Blue. HEX triplet: 44, 5C and 60. RGB value is (68,92,96). Sum of RGB (Red+Green+Blue) = 68+92+96=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #445C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C60 is #BBA39F. Grayscale: #555555. Windows color (decimal): -12297120 or 6315076. OLE color: 6315076.

HSL color Cylindrical-coordinate representation of color #445C60: hue angle of 188.57º 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 #445C60 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689296-
CMYK0.290.0400.62
HSL188.57º17.07%32.16%-
HSV(B)188.57º29.17%37.65%-
XYZ8.329.7312.51-
YUV85.28134.05115.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=26.56%
G=35.94%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6892960.290.0400.62188.5717.0732.16
Hex445C601D403Ebd1120
Octal1041341403540762752140
Binary1000100101110011000001110110001111101011110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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