Html Css Color HEX #205558 Dark Slate Grey

📋 copy color: '#205558'

red 32 ◦ green 85 ◦ blue 88

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

Shades of Dark Slate Grey #205558

Tints of Dark Slate Grey #205558

RGB

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

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

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

R = 15.61%
G = 41.46%
B = 42.93%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#205558 (or 0x205558) is known color: Dark Slate Grey. HEX triplet: 20, 55 and 58. RGB value is (32,85,88). Sum of RGB (Red+Green+Blue) = 32+85+88=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #205558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205558 is #DFAAA7. Grayscale: #454545. Windows color (decimal): -14658216 or 5788960. OLE color: 5788960.

HSL color Cylindrical-coordinate representation of color #205558: hue angle of 183.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205558 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 85 88 -
CMYK 0.64 0.03 0 0.65
HSL 183.21º 0.47% 0.24% -
HSV(B) 183.21º 0.64% 0.35% -
XYZ 5.61 7.51 10.39 -
YUV 69.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 32 85 88 0.64 0.03 0 0.65 183.21 0.47 0.24
Hex 20 55 58 40 3 0 41 B7 2F 18
Octal 40 125 130 100 3 0 101 267 57 30
Binary 100000 1010101 1011000 1000000 11 0 1000001 10110111 101111 11000

Color Harmonies of #205558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205558

Black with #205558

Text Example


Text Example

White with #205558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205558; }

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

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

background-color css

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

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

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

border-color css

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

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

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