Html Css Color HEX #485854 Dark Slate

📋 copy color: '#485854'

red 72 ◦ green 88 ◦ blue 84

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

Shades of Dark Slate #485854

Tints of Dark Slate #485854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

 BLUE value IS 84 (33.2% from 255) = 34.43%

R = 29.51%
G = 36.07%
B = 34.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#485854 (or 0x485854) is known color: Dark Slate. HEX triplet: 48, 58 and 54. RGB value is (72,88,84). Sum of RGB (Red+Green+Blue) = 72+88+84=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #485854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485854 is #B7A7AB. Grayscale: #525252. Windows color (decimal): -12036012 or 5527624. OLE color: 5527624.

HSL color Cylindrical-coordinate representation of color #485854: hue angle of 165º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485854 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 84 -
CMYK 0.18 0 0.05 0.65
HSL 165º 0.1% 0.31% -
HSV(B) 165º 0.18% 0.35% -
XYZ 7.76 9 9.72 -
YUV 82.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 72 88 84 0.18 0 0.05 0.65 165 0.1 0.31
Hex 48 58 54 12 0 5 41 A5 A 1F
Octal 110 130 124 22 0 5 101 245 12 37
Binary 1001000 1011000 1010100 10010 0 101 1000001 10100101 1010 11111

Color Harmonies of #485854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485854

Black with #485854

Text Example


Text Example

White with #485854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485854; }

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

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

background-color css

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

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

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

border-color css

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

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

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