#485E57

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

Shades of Stromboli #485E57

Tints of Stromboli #485E57

Color information

#485E57 (or 0x485E57) is unknown color: approx Stromboli. HEX triplet: 48, 5E and 57. RGB value is (72,94,87). Sum of RGB (Red+Green+Blue) = 72+94+87=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 94 - color contains mainly: green. Hex color #485E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E57 is #B7A1A8. Grayscale: #565656. Windows color (decimal): -12034473 or 5725768. OLE color: 5725768.

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

Color convert

RGB729487-
CMYK0.2300.070.63
HSL160.91º13.25%32.55%-
HSV(B)160.91º23.4%36.86%-
XYZ8.410.0710.52-
YUV86.62128.21117.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=28.46%
G=37.15%
B=34.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294870.2300.070.63160.9113.2532.55
Hex485E5717073Fa1d21
Octal1101361272707772411541
Binary100100010111101010111101110111111111101000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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