Html Css Color HEX #485C58 Dark Slate

📋 copy color: '#485C58'

red 72 ◦ green 92 ◦ blue 88

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

Shades of Dark Slate #485C58

Tints of Dark Slate #485C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 28.57%
G = 36.51%
B = 34.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#485C58 (or 0x485C58) is known color: Dark Slate. HEX triplet: 48, 5C and 58. RGB value is (72,92,88). Sum of RGB (Red+Green+Blue) = 72+92+88=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #485C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C58 is #B7A3A7. Grayscale: #555555. Windows color (decimal): -12034984 or 5790792. OLE color: 5790792.

HSL color Cylindrical-coordinate representation of color #485C58: hue angle of 168º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C58 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 92 88 -
CMYK 0.22 0 0.04 0.64
HSL 168º 0.12% 0.32% -
HSV(B) 168º 0.22% 0.36% -
XYZ 8.26 9.74 10.68 -
YUV 85.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 72 92 88 0.22 0 0.04 0.64 168 0.12 0.32
Hex 48 5C 58 16 0 4 40 A8 C 20
Octal 110 134 130 26 0 4 100 250 14 40
Binary 1001000 1011100 1011000 10110 0 100 1000000 10101000 1100 100000

Color Harmonies of #485C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C58

Black with #485C58

Text Example


Text Example

White with #485C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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