#445B5D

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

Shades of Smalt Blue #445B5D

Tints of Smalt Blue #445B5D

Color information

#445B5D (or 0x445B5D) is unknown color: approx Smalt Blue. HEX triplet: 44, 5B and 5D. RGB value is (68,91,93). Sum of RGB (Red+Green+Blue) = 68+91+93=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #445B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B5D is #BBA4A2. Grayscale: #545454. Windows color (decimal): -12297379 or 6118212. OLE color: 6118212.

HSL color Cylindrical-coordinate representation of color #445B5D: hue angle of 184.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #445B5D is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB689193-
CMYK0.270.0200.64
HSL184.8º15.53%31.57%-
HSV(B)184.8º26.88%36.47%-
XYZ8.19.511.76-
YUV84.35132.88116.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=26.98%
G=36.11%
B=36.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891930.270.0200.64184.815.5331.57
Hex445B5D1B2040b91020
Octal10413313533201002712040
Binary1000100101101110111011101110010000001011100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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