#445C56

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

Shades of Stromboli #445C56

Tints of Stromboli #445C56

Color information

#445C56 (or 0x445C56) is unknown color: approx Stromboli. HEX triplet: 44, 5C and 56. RGB value is (68,92,86). Sum of RGB (Red+Green+Blue) = 68+92+86=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #445C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C56 is #BBA3A9. Grayscale: #545454. Windows color (decimal): -12297130 or 5659716. OLE color: 5659716.

HSL color Cylindrical-coordinate representation of color #445C56: hue angle of 165º 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 #445C56 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB689286-
CMYK0.2600.070.64
HSL165º15%31.37%-
HSV(B)165º26.09%36.08%-
XYZ7.899.5610.23-
YUV84.14129.05116.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=27.64%
G=37.40%
B=34.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892860.2600.070.641651531.37
Hex445C561A0740a5f1f
Octal10413412632071002451737
Binary100010010111001010110110100111100000010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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