Html Css Color HEX #205552 Dark Slate Grey

📋 copy color: '#205552'

red 32 ◦ green 85 ◦ blue 82

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

Shades of Dark Slate Grey #205552

Tints of Dark Slate Grey #205552

RGB

 RED value IS 32 (12.89% from 255) = 16.08%

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

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

R = 16.08%
G = 42.71%
B = 41.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#205552 (or 0x205552) is known color: Dark Slate Grey. HEX triplet: 20, 55 and 52. RGB value is (32,85,82). Sum of RGB (Red+Green+Blue) = 32+85+82=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #205552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205552 is #DFAAAD. Grayscale: #444444. Windows color (decimal): -14658222 or 5395744. OLE color: 5395744.

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

Color convert

RGB 32 85 82 -
CMYK 0.62 0 0.04 0.67
HSL 176.6º 0.45% 0.23% -
HSV(B) 176.6º 0.62% 0.33% -
XYZ 5.37 7.41 9.13 -
YUV 68.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 32 85 82 0.62 0 0.04 0.67 176.6 0.45 0.23
Hex 20 55 52 3E 0 4 43 B1 2D 17
Octal 40 125 122 76 0 4 103 261 55 27
Binary 100000 1010101 1010010 111110 0 100 1000011 10110001 101101 10111

Color Harmonies of #205552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205552

Black with #205552

Text Example


Text Example

White with #205552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205552; }

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

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

background-color css

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

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

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

border-color css

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

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

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