Html Css Color HEX #485B58 Dark Slate

📋 copy color: '#485B58'

red 72 ◦ green 91 ◦ blue 88

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

Shades of Dark Slate #485B58

Tints of Dark Slate #485B58

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.25%

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

R = 28.69%
G = 36.25%
B = 35.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#485B58 (or 0x485B58) is known color: Dark Slate. HEX triplet: 48, 5B and 58. RGB value is (72,91,88). Sum of RGB (Red+Green+Blue) = 72+91+88=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 91 - color contains mainly: green. Hex color #485B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B58 is #B7A4A7. Grayscale: #545454. Windows color (decimal): -12035240 or 5790536. OLE color: 5790536.

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

Color convert

RGB 72 91 88 -
CMYK 0.21 0 0.03 0.64
HSL 170.53º 0.12% 0.32% -
HSV(B) 170.53º 0.21% 0.36% -
XYZ 8.18 9.56 10.65 -
YUV 84.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 72 91 88 0.21 0 0.03 0.64 170.53 0.12 0.32
Hex 48 5B 58 15 0 3 40 AB C 20
Octal 110 133 130 25 0 3 100 253 14 40
Binary 1001000 1011011 1011000 10101 0 11 1000000 10101011 1100 100000

Color Harmonies of #485B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B58

Black with #485B58

Text Example


Text Example

White with #485B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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