Html Css Color HEX #445C60 Smalt Blue

📋 copy color: '#445C60'

red 68 ◦ green 92 ◦ blue 96

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

Shades of Smalt Blue #445C60

Tints of Smalt Blue #445C60

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

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 68 92 96 -
CMYK 0.29 0.04 0 0.62
HSL 188.57º 0.17% 0.32% -
HSV(B) 188.57º 0.29% 0.38% -
XYZ 8.32 9.73 12.51 -
YUV 85.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 68 92 96 0.29 0.04 0 0.62 188.57 0.17 0.32
Hex 44 5C 60 1D 4 0 3E BD 11 20
Octal 104 134 140 35 4 0 76 275 21 40
Binary 1000100 1011100 1100000 11101 100 0 111110 10111101 10001 100000

Color Harmonies of #445C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C60

Black with #445C60

Text Example


Text Example

White with #445C60

Text Example


Text Example

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