#485C57

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

Shades of Stromboli #485C57

Tints of Stromboli #485C57

Color information

#485C57 (or 0x485C57) is unknown color: approx Stromboli. HEX triplet: 48, 5C and 57. RGB value is (72,92,87). Sum of RGB (Red+Green+Blue) = 72+92+87=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #485C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C57 is #B7A3A8. Grayscale: #555555. Windows color (decimal): -12034985 or 5725256. OLE color: 5725256.

HSL color Cylindrical-coordinate representation of color #485C57: hue angle of 165º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C57 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB729287-
CMYK0.2200.050.64
HSL165º12.2%32.16%-
HSV(B)165º21.74%36.08%-
XYZ8.229.7210.46-
YUV85.45128.87118.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=28.69%
G=36.65%
B=34.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292870.2200.050.6416512.232.16
Hex485C57160540a5c20
Octal11013412726051002451440
Binary1001000101110010101111011001011000000101001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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