Html Css Color HEX #485D58 Stromboli

📋 copy color: '#485D58'

red 72 ◦ green 93 ◦ blue 88

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

Shades of Stromboli #485D58

Tints of Stromboli #485D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.78%

R = 28.46%
G = 36.76%
B = 34.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#485D58 (or 0x485D58) is known color: Stromboli. HEX triplet: 48, 5D and 58. RGB value is (72,93,88). Sum of RGB (Red+Green+Blue) = 72+93+88=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 93 - color contains mainly: green. Hex color #485D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D58 is #B7A2A7. Grayscale: #565656. Windows color (decimal): -12034728 or 5791048. OLE color: 5791048.

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

Color convert

RGB 72 93 88 -
CMYK 0.23 0 0.05 0.64
HSL 165.71º 0.13% 0.32% -
HSV(B) 165.71º 0.23% 0.36% -
XYZ 8.35 9.91 10.71 -
YUV 86.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 72 93 88 0.23 0 0.05 0.64 165.71 0.13 0.32
Hex 48 5D 58 17 0 5 40 A6 D 20
Octal 110 135 130 27 0 5 100 246 15 40
Binary 1001000 1011101 1011000 10111 0 101 1000000 10100110 1101 100000

Color Harmonies of #485D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D58

Black with #485D58

Text Example


Text Example

White with #485D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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