#445F57

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

Shades of Stromboli #445F57

Tints of Stromboli #445F57

Color information

#445F57 (or 0x445F57) is unknown color: approx Stromboli. HEX triplet: 44, 5F and 57. RGB value is (68,95,87). Sum of RGB (Red+Green+Blue) = 68+95+87=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 95 - color contains mainly: green. Hex color #445F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F57 is #BBA0A8. Grayscale: #565656. Windows color (decimal): -12296361 or 5726020. OLE color: 5726020.

HSL color Cylindrical-coordinate representation of color #445F57: hue angle of 162.22º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F57 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB689587-
CMYK0.2800.080.63
HSL162.22º16.56%31.96%-
HSV(B)162.22º28.42%37.25%-
XYZ8.210.110.53-
YUV86.02128.55115.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 95 (37.5% from 255) = 38%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=27.2%
G=38%
B=34.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6895870.2800.080.63162.2216.5631.96
Hex445F571C083Fa21120
Octal10413712734010772422140
Binary10001001011111101011111100010001111111010001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,95,87); }

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

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

 a { background-color: rgb(68,95,87); }

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

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

 span { border-color: rgb(68,95,87); }

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