Html Css Color HEX #485B57 Dark Slate

📋 copy color: '#485B57'

red 72 ◦ green 91 ◦ blue 87

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

Shades of Dark Slate #485B57

Tints of Dark Slate #485B57

RGB

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

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

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

R = 28.8%
G = 36.4%
B = 34.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#485B57 (or 0x485B57) is known color: Dark Slate. HEX triplet: 48, 5B and 57. RGB value is (72,91,87). Sum of RGB (Red+Green+Blue) = 72+91+87=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #485B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B57 is #B7A4A8. Grayscale: #545454. Windows color (decimal): -12035241 or 5725000. OLE color: 5725000.

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

Color convert

RGB 72 91 87 -
CMYK 0.21 0 0.04 0.64
HSL 167.37º 0.12% 0.32% -
HSV(B) 167.37º 0.21% 0.36% -
XYZ 8.13 9.55 10.43 -
YUV 84.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 72 91 87 0.21 0 0.04 0.64 167.37 0.12 0.32
Hex 48 5B 57 15 0 4 40 A7 C 20
Octal 110 133 127 25 0 4 100 247 14 40
Binary 1001000 1011011 1010111 10101 0 100 1000000 10100111 1100 100000

Color Harmonies of #485B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485B57

Black with #485B57

Text Example


Text Example

White with #485B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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