#485E58

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

Shades of Stromboli #485E58

Tints of Stromboli #485E58

Color information

#485E58 (or 0x485E58) is unknown color: approx Stromboli. HEX triplet: 48, 5E and 58. RGB value is (72,94,88). Sum of RGB (Red+Green+Blue) = 72+94+88=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 94 - color contains mainly: green. Hex color #485E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E58 is #B7A1A7. Grayscale: #565656. Windows color (decimal): -12034472 or 5791304. OLE color: 5791304.

HSL color Cylindrical-coordinate representation of color #485E58: hue angle of 163.64º 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 #485E58 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB729488-
CMYK0.2300.060.63
HSL163.64º13.25%32.55%-
HSV(B)163.64º23.4%36.86%-
XYZ8.4410.0910.73-
YUV86.74128.71117.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=28.35%
G=37.01%
B=34.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294880.2300.060.63163.6413.2532.55
Hex485E5817063Fa4d21
Octal1101361302706772441541
Binary100100010111101011000101110110111111101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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