Html Css Color HEX #205358 Dark Slate Grey

📋 copy color: '#205358'

red 32 ◦ green 83 ◦ blue 88

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

Shades of Dark Slate Grey #205358

Tints of Dark Slate Grey #205358

RGB

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

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

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

R = 15.76%
G = 40.89%
B = 43.35%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#205358 (or 0x205358) is known color: Dark Slate Grey. HEX triplet: 20, 53 and 58. RGB value is (32,83,88). Sum of RGB (Red+Green+Blue) = 32+83+88=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #205358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205358 is #DFACA7. Grayscale: #444444. Windows color (decimal): -14658728 or 5788448. OLE color: 5788448.

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

Color convert

RGB 32 83 88 -
CMYK 0.64 0.06 0 0.65
HSL 185.36º 0.47% 0.24% -
HSV(B) 185.36º 0.64% 0.35% -
XYZ 5.45 7.2 10.33 -
YUV 68.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 32 83 88 0.64 0.06 0 0.65 185.36 0.47 0.24
Hex 20 53 58 40 6 0 41 B9 2F 18
Octal 40 123 130 100 6 0 101 271 57 30
Binary 100000 1010011 1011000 1000000 110 0 1000001 10111001 101111 11000

Color Harmonies of #205358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205358

Black with #205358

Text Example


Text Example

White with #205358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205358; }

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

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

background-color css

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

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

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

border-color css

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

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

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