Html Css Color HEX #20514B Dark Slate Grey

📋 copy color: '#20514B'

red 32 ◦ green 81 ◦ blue 75

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

Shades of Dark Slate Grey #20514B

Tints of Dark Slate Grey #20514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 17.02%
G = 43.09%
B = 39.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#20514B (or 0x20514B) is known color: Dark Slate Grey. HEX triplet: 20, 51 and 4B. RGB value is (32,81,75). Sum of RGB (Red+Green+Blue) = 32+81+75=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #20514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20514B is #DFAEB4. Grayscale: #414141. Windows color (decimal): -14659253 or 4935968. OLE color: 4935968.

HSL color Cylindrical-coordinate representation of color #20514B: hue angle of 172.65º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20514B is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 81 75 -
CMYK 0.60 0 0.07 0.68
HSL 172.65º 0.43% 0.22% -
HSV(B) 172.65º 0.6% 0.32% -
XYZ 4.81 6.7 7.7 -
YUV 65.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 32 81 75 0.60 0 0.07 0.68 172.65 0.43 0.22
Hex 20 51 4B 3C 0 7 44 AD 2B 16
Octal 40 121 113 74 0 7 104 255 53 26
Binary 100000 1010001 1001011 111100 0 111 1000100 10101101 101011 10110

Color Harmonies of #20514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20514B

Black with #20514B

Text Example


Text Example

White with #20514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20514B; }

 p { color: rgb(32,81,75); }

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

background-color css

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

 a { background-color: rgb(32,81,75); }

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

border-color css

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

 span { border-color: rgb(32,81,75); }

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