#445C55

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

Shades of Stromboli #445C55

Tints of Stromboli #445C55

Color information

#445C55 (or 0x445C55) is unknown color: approx Stromboli. HEX triplet: 44, 5C and 55. RGB value is (68,92,85). Sum of RGB (Red+Green+Blue) = 68+92+85=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #445C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C55 is #BBA3AA. Grayscale: #545454. Windows color (decimal): -12297131 or 5594180. OLE color: 5594180.

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

Color convert

RGB689285-
CMYK0.2600.080.64
HSL162.5º15%31.37%-
HSV(B)162.5º26.09%36.08%-
XYZ7.859.5410.02-
YUV84.03128.55116.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=27.76%
G=37.55%
B=34.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892850.2600.080.64162.51531.37
Hex445C551A0840a2f1f
Octal104134125320101002421737
Binary1000100101110010101011101001000100000010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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