Html Css Color HEX #205257 Dark Slate Grey

📋 copy color: '#205257'

red 32 ◦ green 82 ◦ blue 87

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

Shades of Dark Slate Grey #205257

Tints of Dark Slate Grey #205257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 87 (34.38% from 255) = 43.28%

R = 15.92%
G = 40.8%
B = 43.28%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#205257 (or 0x205257) is known color: Dark Slate Grey. HEX triplet: 20, 52 and 57. RGB value is (32,82,87). Sum of RGB (Red+Green+Blue) = 32+82+87=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #205257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205257 is #DFADA8. Grayscale: #434343. Windows color (decimal): -14658985 or 5722656. OLE color: 5722656.

HSL color Cylindrical-coordinate representation of color #205257: hue angle of 185.45º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #205257 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 82 87 -
CMYK 0.63 0.06 0 0.66
HSL 185.45º 0.46% 0.23% -
HSV(B) 185.45º 0.63% 0.34% -
XYZ 5.33 7.03 10.09 -
YUV 67.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 32 82 87 0.63 0.06 0 0.66 185.45 0.46 0.23
Hex 20 52 57 3F 6 0 42 B9 2E 17
Octal 40 122 127 77 6 0 102 271 56 27
Binary 100000 1010010 1010111 111111 110 0 1000010 10111001 101110 10111

Color Harmonies of #205257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205257

Black with #205257

Text Example


Text Example

White with #205257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205257; }

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

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

background-color css

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

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

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

border-color css

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

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

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