Html Css Color HEX #485555 Dark Slate

📋 copy color: '#485555'

red 72 ◦ green 85 ◦ blue 85

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

Shades of Dark Slate #485555

Tints of Dark Slate #485555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 29.75%
G = 35.12%
B = 35.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#485555 (or 0x485555) is known color: Dark Slate. HEX triplet: 48, 55 and 55. RGB value is (72,85,85). Sum of RGB (Red+Green+Blue) = 72+85+85=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #485555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485555 is #B7AAAA. Grayscale: #515151. Windows color (decimal): -12036779 or 5592392. OLE color: 5592392.

HSL color Cylindrical-coordinate representation of color #485555: hue angle of 180º 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 #485555 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 85 -
CMYK 0.15 0 0 0.67
HSL 180º 0.08% 0.31% -
HSV(B) 180º 0.15% 0.33% -
XYZ 7.56 8.53 9.84 -
YUV 81.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 72 85 85 0.15 0 0 0.67 180 0.08 0.31
Hex 48 55 55 F 0 0 43 B4 8 1F
Octal 110 125 125 17 0 0 103 264 10 37
Binary 1001000 1010101 1010101 1111 0 0 1000011 10110100 1000 11111

Color Harmonies of #485555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485555

Black with #485555

Text Example


Text Example

White with #485555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485555; }

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

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

background-color css

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

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

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

border-color css

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

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

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