Html Css Color HEX #485E59 Stromboli

📋 copy color: '#485E59'

red 72 ◦ green 94 ◦ blue 89

#485E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #485E59

Tints of Stromboli #485E59

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.9%

R = 28.24%
G = 36.86%
B = 34.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#485E59 (or 0x485E59) is known color: 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

RGB 72 94 89 -
CMYK 0.23 0 0.05 0.63
HSL 166.36º 0.13% 0.33% -
HSV(B) 166.36º 0.23% 0.37% -
XYZ 8.48 10.1 10.95 -
YUV 86.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 72 94 89 0.23 0 0.05 0.63 166.36 0.13 0.33
Hex 48 5E 59 17 0 5 3F A6 D 21
Octal 110 136 131 27 0 5 77 246 15 41
Binary 1001000 1011110 1011001 10111 0 101 111111 10100110 1101 100001

Color Harmonies of #485E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E59

Black with #485E59

Text Example


Text Example

White with #485E59

Text Example


Text Example

HTML Codes & Css Web 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>