Html Css Color HEX #485552 Dark Slate

📋 copy color: '#485552'

red 72 ◦ green 85 ◦ blue 82

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

Shades of Dark Slate #485552

Tints of Dark Slate #485552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 30.13%
G = 35.56%
B = 34.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#485552 (or 0x485552) is known color: Dark Slate. HEX triplet: 48, 55 and 52. RGB value is (72,85,82). Sum of RGB (Red+Green+Blue) = 72+85+82=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #485552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485552 is #B7AAAD. Grayscale: #505050. Windows color (decimal): -12036782 or 5395784. OLE color: 5395784.

HSL color Cylindrical-coordinate representation of color #485552: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485552 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 82 -
CMYK 0.15 0 0.04 0.67
HSL 166.15º 0.08% 0.31% -
HSV(B) 166.15º 0.15% 0.33% -
XYZ 7.44 8.48 9.23 -
YUV 80.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 72 85 82 0.15 0 0.04 0.67 166.15 0.08 0.31
Hex 48 55 52 F 0 4 43 A6 8 1F
Octal 110 125 122 17 0 4 103 246 10 37
Binary 1001000 1010101 1010010 1111 0 100 1000011 10100110 1000 11111

Color Harmonies of #485552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485552

Black with #485552

Text Example


Text Example

White with #485552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485552; }

 p { color: rgb(72,85,82); }

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

background-color css

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

 a { background-color: rgb(72,85,82); }

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

border-color css

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

 span { border-color: rgb(72,85,82); }

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