Html Css Color HEX #485352 Dark Slate

📋 copy color: '#485352'

red 72 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate #485352

Tints of Dark Slate #485352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

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

R = 30.38%
G = 35.02%
B = 34.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#485352 (or 0x485352) is known color: Dark Slate. HEX triplet: 48, 53 and 52. RGB value is (72,83,82). Sum of RGB (Red+Green+Blue) = 72+83+82=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #485352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485352 is #B7ACAD. Grayscale: #4F4F4F. Windows color (decimal): -12037294 or 5395272. OLE color: 5395272.

HSL color Cylindrical-coordinate representation of color #485352: hue angle of 174.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #485352 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 82 -
CMYK 0.13 0 0.01 0.67
HSL 174.55º 0.07% 0.3% -
HSV(B) 174.55º 0.13% 0.33% -
XYZ 7.29 8.17 9.18 -
YUV 79.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 72 83 82 0.13 0 0.01 0.67 174.55 0.07 0.3
Hex 48 53 52 D 0 1 43 AF 7 1E
Octal 110 123 122 15 0 1 103 257 7 36
Binary 1001000 1010011 1010010 1101 0 1 1000011 10101111 111 11110

Color Harmonies of #485352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485352

Black with #485352

Text Example


Text Example

White with #485352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485352; }

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

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

background-color css

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

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

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

border-color css

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

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

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