Html Css Color HEX #485857 Dark Slate

📋 copy color: '#485857'

red 72 ◦ green 88 ◦ blue 87

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

Shades of Dark Slate #485857

Tints of Dark Slate #485857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 29.15%
G = 35.63%
B = 35.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#485857 (or 0x485857) is known color: Dark Slate. HEX triplet: 48, 58 and 57. RGB value is (72,88,87). Sum of RGB (Red+Green+Blue) = 72+88+87=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #485857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485857 is #B7A7A8. Grayscale: #535353. Windows color (decimal): -12036009 or 5724232. OLE color: 5724232.

HSL color Cylindrical-coordinate representation of color #485857: hue angle of 176.25º 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 #485857 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 87 -
CMYK 0.18 0 0.01 0.65
HSL 176.25º 0.1% 0.31% -
HSV(B) 176.25º 0.18% 0.35% -
XYZ 7.88 9.05 10.35 -
YUV 83.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 72 88 87 0.18 0 0.01 0.65 176.25 0.1 0.31
Hex 48 58 57 12 0 1 41 B0 A 1F
Octal 110 130 127 22 0 1 101 260 12 37
Binary 1001000 1011000 1010111 10010 0 1 1000001 10110000 1010 11111

Color Harmonies of #485857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485857

Black with #485857

Text Example


Text Example

White with #485857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485857; }

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

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

background-color css

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

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

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

border-color css

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

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

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