Html Css Color HEX #205758 Dark Slate Grey

📋 copy color: '#205758'

red 32 ◦ green 87 ◦ blue 88

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

Shades of Dark Slate Grey #205758

Tints of Dark Slate Grey #205758

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.03%

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

R = 15.46%
G = 42.03%
B = 42.51%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#205758 (or 0x205758) is known color: Dark Slate Grey. HEX triplet: 20, 57 and 58. RGB value is (32,87,88). Sum of RGB (Red+Green+Blue) = 32+87+88=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #205758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205758 is #DFA8A7. Grayscale: #464646. Windows color (decimal): -14657704 or 5789472. OLE color: 5789472.

HSL color Cylindrical-coordinate representation of color #205758: hue angle of 181.07º 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 #205758 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 87 88 -
CMYK 0.64 0.01 0 0.65
HSL 181.07º 0.47% 0.24% -
HSV(B) 181.07º 0.64% 0.35% -
XYZ 5.77 7.83 10.44 -
YUV 70.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 32 87 88 0.64 0.01 0 0.65 181.07 0.47 0.24
Hex 20 57 58 40 1 0 41 B5 2F 18
Octal 40 127 130 100 1 0 101 265 57 30
Binary 100000 1010111 1011000 1000000 1 0 1000001 10110101 101111 11000

Color Harmonies of #205758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205758

Black with #205758

Text Example


Text Example

White with #205758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205758; }

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

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

background-color css

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

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

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

border-color css

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

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

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