#445B55

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

Shades of Stromboli #445B55

Tints of Stromboli #445B55

Color information

#445B55 (or 0x445B55) is unknown color: approx Stromboli. HEX triplet: 44, 5B and 55. RGB value is (68,91,85). Sum of RGB (Red+Green+Blue) = 68+91+85=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #445B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B55 is #BBA4AA. Grayscale: #535353. Windows color (decimal): -12297387 or 5593924. OLE color: 5593924.

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

Color convert

RGB689185-
CMYK0.2500.070.64
HSL164.35º14.47%31.18%-
HSV(B)164.35º25.27%35.69%-
XYZ7.769.379.99-
YUV83.44128.88116.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 85 (33.59% from 255) = 34.84%
R=27.87%
G=37.30%
B=34.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891850.2500.070.64164.3514.4731.18
Hex445B55190740a4e1f
Octal10413312531071002441637
Binary100010010110111010101110010111100000010100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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