#445C54

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

Shades of Stromboli #445C54

Tints of Stromboli #445C54

Color information

#445C54 (or 0x445C54) is unknown color: approx Stromboli. HEX triplet: 44, 5C and 54. RGB value is (68,92,84). Sum of RGB (Red+Green+Blue) = 68+92+84=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #445C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C54 is #BBA3AB. Grayscale: #535353. Windows color (decimal): -12297132 or 5528644. OLE color: 5528644.

HSL color Cylindrical-coordinate representation of color #445C54: hue angle of 160º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C54 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB689284-
CMYK0.2600.090.64
HSL160º15%31.37%-
HSV(B)160º26.09%36.08%-
XYZ7.819.529.81-
YUV83.91128.05116.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=27.87%
G=37.70%
B=34.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892840.2600.090.641601531.37
Hex445C541A0940a0f1f
Octal104134124320111002401737
Binary1000100101110010101001101001001100000010100000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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