Html Css Color HEX #485F57 Stromboli

📋 copy color: '#485F57'

red 72 ◦ green 95 ◦ blue 87

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

Shades of Stromboli #485F57

Tints of Stromboli #485F57

RGB

 RED value IS 72 (28.52% from 255) = 28.35%

 GREEN value IS 95 (37.5% from 255) = 37.4%

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 28.35%
G = 37.4%
B = 34.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#485F57 (or 0x485F57) is known color: Stromboli. HEX triplet: 48, 5F and 57. RGB value is (72,95,87). Sum of RGB (Red+Green+Blue) = 72+95+87=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #485F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F57 is #B7A0A8. Grayscale: #575757. Windows color (decimal): -12034217 or 5726024. OLE color: 5726024.

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

Color convert

RGB 72 95 87 -
CMYK 0.24 0 0.08 0.63
HSL 159.13º 0.14% 0.33% -
HSV(B) 159.13º 0.24% 0.37% -
XYZ 8.48 10.25 10.55 -
YUV 87.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 72 95 87 0.24 0 0.08 0.63 159.13 0.14 0.33
Hex 48 5F 57 18 0 8 3F 9F E 21
Octal 110 137 127 30 0 10 77 237 16 41
Binary 1001000 1011111 1010111 11000 0 1000 111111 10011111 1110 100001

Color Harmonies of #485F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F57

Black with #485F57

Text Example


Text Example

White with #485F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #485F57;
 }
 .AnyTagClassName
 {
   color: #485F57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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