Html Css Color HEX #485C59 Dark Slate

📋 copy color: '#485C59'

red 72 ◦ green 92 ◦ blue 89

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

Shades of Dark Slate #485C59

Tints of Dark Slate #485C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

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

R = 28.46%
G = 36.36%
B = 35.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#485C59 (or 0x485C59) is known color: Dark Slate. HEX triplet: 48, 5C and 59. RGB value is (72,92,89). Sum of RGB (Red+Green+Blue) = 72+92+89=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 92 - color contains mainly: green. Hex color #485C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C59 is #B7A3A6. Grayscale: #555555. Windows color (decimal): -12034983 or 5856328. OLE color: 5856328.

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

Color convert

RGB 72 92 89 -
CMYK 0.22 0 0.03 0.64
HSL 171º 0.12% 0.32% -
HSV(B) 171º 0.22% 0.36% -
XYZ 8.3 9.75 10.9 -
YUV 85.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 72 92 89 0.22 0 0.03 0.64 171 0.12 0.32
Hex 48 5C 59 16 0 3 40 AB C 20
Octal 110 134 131 26 0 3 100 253 14 40
Binary 1001000 1011100 1011001 10110 0 11 1000000 10101011 1100 100000

Color Harmonies of #485C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C59

Black with #485C59

Text Example


Text Example

White with #485C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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