Html Css Color HEX #284D50 Dark Slate Grey

📋 copy color: '#284D50'

red 40 ◦ green 77 ◦ blue 80

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

Shades of Dark Slate Grey #284D50

Tints of Dark Slate Grey #284D50

RGB

 RED value IS 40 (16.02% from 255) = 20.3%

 GREEN value IS 77 (30.47% from 255) = 39.09%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 20.3%
G = 39.09%
B = 40.61%

CMYK

 C value IS 0.5

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#284D50 (or 0x284D50) is known color: Dark Slate Grey. HEX triplet: 28, 4D and 50. RGB value is (40,77,80). Sum of RGB (Red+Green+Blue) = 40+77+80=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #284D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D50 is #D7B2AF. Grayscale: #424242. Windows color (decimal): -14135984 or 5262632. OLE color: 5262632.

HSL color Cylindrical-coordinate representation of color #284D50: hue angle of 184.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #284D50 is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 77 80 -
CMYK 0.5 0.04 0 0.69
HSL 184.5º 0.33% 0.24% -
HSV(B) 184.5º 0.5% 0.31% -
XYZ 4.98 6.34 8.55 -
YUV 66.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 40 77 80 0.5 0.04 0 0.69 184.5 0.33 0.24
Hex 28 4D 50 32 4 0 45 B8 21 18
Octal 50 115 120 62 4 0 105 270 41 30
Binary 101000 1001101 1010000 110010 100 0 1000101 10111000 100001 11000

Color Harmonies of #284D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D50

Black with #284D50

Text Example


Text Example

White with #284D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284D50; }

 p { color: rgb(40,77,80); }

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

background-color css

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

 a { background-color: rgb(40,77,80); }

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

border-color css

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

 span { border-color: rgb(40,77,80); }

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