Html Css Color HEX #485D57 Stromboli

📋 copy color: '#485D57'

red 72 ◦ green 93 ◦ blue 87

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

Shades of Stromboli #485D57

Tints of Stromboli #485D57

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.9%

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

R = 28.57%
G = 36.9%
B = 34.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.64

RGB Variations

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

Color information

#485D57 (or 0x485D57) is known color: Stromboli. HEX triplet: 48, 5D and 57. RGB value is (72,93,87). Sum of RGB (Red+Green+Blue) = 72+93+87=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #485D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D57 is #B7A2A8. Grayscale: #565656. Windows color (decimal): -12034729 or 5725512. OLE color: 5725512.

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

Color convert

RGB 72 93 87 -
CMYK 0.23 0 0.06 0.64
HSL 162.86º 0.13% 0.32% -
HSV(B) 162.86º 0.23% 0.36% -
XYZ 8.31 9.89 10.49 -
YUV 86.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 72 93 87 0.23 0 0.06 0.64 162.86 0.13 0.32
Hex 48 5D 57 17 0 6 40 A3 D 20
Octal 110 135 127 27 0 6 100 243 15 40
Binary 1001000 1011101 1010111 10111 0 110 1000000 10100011 1101 100000

Color Harmonies of #485D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D57

Black with #485D57

Text Example


Text Example

White with #485D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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