#445B52

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

Shades of Stromboli #445B52

Tints of Stromboli #445B52

Color information

#445B52 (or 0x445B52) is unknown color: approx Stromboli. HEX triplet: 44, 5B and 52. RGB value is (68,91,82). Sum of RGB (Red+Green+Blue) = 68+91+82=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #445B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B52 is #BBA4AD. Grayscale: #535353. Windows color (decimal): -12297390 or 5397316. OLE color: 5397316.

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

Color convert

RGB689182-
CMYK0.2500.100.64
HSL156.52º14.47%31.18%-
HSV(B)156.52º25.27%35.69%-
XYZ7.659.329.38-
YUV83.1127.38117.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=28.22%
G=37.76%
B=34.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891820.2500.100.64156.5214.4731.18
Hex445B52190A409de1f
Octal104133122310121002351637
Binary1000100101101110100101100101010100000010011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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