#485E59

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

Shades of Stromboli #485E59

Tints of Stromboli #485E59

Color information

#485E59 (or 0x485E59) is unknown color: approx Stromboli. HEX triplet: 48, 5E and 59. RGB value is (72,94,89). Sum of RGB (Red+Green+Blue) = 72+94+89=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #485E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E59 is #B7A1A6. Grayscale: #565656. Windows color (decimal): -12034471 or 5856840. OLE color: 5856840.

HSL color Cylindrical-coordinate representation of color #485E59: hue angle of 166.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E59 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB729489-
CMYK0.2300.050.63
HSL166.36º13.25%32.55%-
HSV(B)166.36º23.4%36.86%-
XYZ8.4810.110.95-
YUV86.85129.21117.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=28.24%
G=36.86%
B=34.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294890.2300.050.63166.3613.2532.55
Hex485E5917053Fa6d21
Octal1101361312705772461541
Binary100100010111101011001101110101111111101001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E59; }

 p { color: rgb(72,94,89); }

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

<style>
 a { background-color: #485E59; }

 a { background-color: rgb(72,94,89); }

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

<style>
 span { border-color: #485E59; }

 span { border-color: rgb(72,94,89); }

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