Html Css Color HEX #205052 Dark Slate Grey

📋 copy color: '#205052'

red 32 ◦ green 80 ◦ blue 82

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

Shades of Dark Slate Grey #205052

Tints of Dark Slate Grey #205052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

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

R = 16.49%
G = 41.24%
B = 42.27%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#205052 (or 0x205052) is known color: Dark Slate Grey. HEX triplet: 20, 50 and 52. RGB value is (32,80,82). Sum of RGB (Red+Green+Blue) = 32+80+82=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #205052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205052 is #DFAFAD. Grayscale: #414141. Windows color (decimal): -14659502 or 5394464. OLE color: 5394464.

HSL color Cylindrical-coordinate representation of color #205052: hue angle of 182.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205052 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 80 82 -
CMYK 0.61 0.02 0 0.68
HSL 182.4º 0.44% 0.22% -
HSV(B) 182.4º 0.61% 0.32% -
XYZ 4.99 6.65 9 -
YUV 65.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 32 80 82 0.61 0.02 0 0.68 182.4 0.44 0.22
Hex 20 50 52 3D 2 0 44 B6 2C 16
Octal 40 120 122 75 2 0 104 266 54 26
Binary 100000 1010000 1010010 111101 10 0 1000100 10110110 101100 10110

Color Harmonies of #205052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205052

Black with #205052

Text Example


Text Example

White with #205052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205052; }

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

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

background-color css

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

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

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

border-color css

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

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

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