Html Css Color HEX #485B59 Dark Slate

📋 copy color: '#485B59'

red 72 ◦ green 91 ◦ blue 89

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

Shades of Dark Slate #485B59

Tints of Dark Slate #485B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 28.57%
G = 36.11%
B = 35.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#485B59 (or 0x485B59) is known color: Dark Slate. HEX triplet: 48, 5B and 59. RGB value is (72,91,89). Sum of RGB (Red+Green+Blue) = 72+91+89=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 91 - color contains mainly: green. Hex color #485B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B59 is #B7A4A6. Grayscale: #555555. Windows color (decimal): -12035239 or 5856072. OLE color: 5856072.

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

Color convert

RGB 72 91 89 -
CMYK 0.21 0 0.02 0.64
HSL 173.68º 0.12% 0.32% -
HSV(B) 173.68º 0.21% 0.36% -
XYZ 8.22 9.58 10.87 -
YUV 85.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 72 91 89 0.21 0 0.02 0.64 173.68 0.12 0.32
Hex 48 5B 59 15 0 2 40 AE C 20
Octal 110 133 131 25 0 2 100 256 14 40
Binary 1001000 1011011 1011001 10101 0 10 1000000 10101110 1100 100000

Color Harmonies of #485B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B59

Black with #485B59

Text Example


Text Example

White with #485B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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