Html Css Color HEX #485957 Dark Slate

📋 copy color: '#485957'

red 72 ◦ green 89 ◦ blue 87

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

Shades of Dark Slate #485957

Tints of Dark Slate #485957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

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

R = 29.03%
G = 35.89%
B = 35.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#485957 (or 0x485957) is known color: Dark Slate. HEX triplet: 48, 59 and 57. RGB value is (72,89,87). Sum of RGB (Red+Green+Blue) = 72+89+87=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #485957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485957 is #B7A6A8. Grayscale: #535353. Windows color (decimal): -12035753 or 5724488. OLE color: 5724488.

HSL color Cylindrical-coordinate representation of color #485957: hue angle of 172.94º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485957 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 87 -
CMYK 0.19 0 0.02 0.65
HSL 172.94º 0.11% 0.32% -
HSV(B) 172.94º 0.19% 0.35% -
XYZ 7.97 9.21 10.37 -
YUV 83.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 72 89 87 0.19 0 0.02 0.65 172.94 0.11 0.32
Hex 48 59 57 13 0 2 41 AD B 20
Octal 110 131 127 23 0 2 101 255 13 40
Binary 1001000 1011001 1010111 10011 0 10 1000001 10101101 1011 100000

Color Harmonies of #485957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485957

Black with #485957

Text Example


Text Example

White with #485957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485957; }

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

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

background-color css

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

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

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

border-color css

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

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

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