Html Css Color HEX #445D60 Smalt Blue

📋 copy color: '#445D60'

red 68 ◦ green 93 ◦ blue 96

#445D60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #445D60

Tints of Smalt Blue #445D60

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 value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445D60 (or 0x445D60) is known color: 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

RGB 68 93 96 -
CMYK 0.29 0.03 0 0.62
HSL 186.43º 0.17% 0.32% -
HSV(B) 186.43º 0.29% 0.38% -
XYZ 8.41 9.9 12.53 -
YUV 85.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 68 93 96 0.29 0.03 0 0.62 186.43 0.17 0.32
Hex 44 5D 60 1D 3 0 3E BA 11 20
Octal 104 135 140 35 3 0 76 272 21 40
Binary 1000100 1011101 1100000 11101 11 0 111110 10111010 10001 100000

Color Harmonies of #445D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D60

Black with #445D60

Text Example


Text Example

White with #445D60

Text Example


Text Example

HTML Codes & Css Web 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>