Html Css Color HEX #284F53 Dark Slate Grey

📋 copy color: '#284F53'

red 40 ◦ green 79 ◦ blue 83

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

Shades of Dark Slate Grey #284F53

Tints of Dark Slate Grey #284F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.11%

 BLUE value IS 83 (32.81% from 255) = 41.09%

R = 19.8%
G = 39.11%
B = 41.09%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284F53 (or 0x284F53) is known color: Dark Slate Grey. HEX triplet: 28, 4F and 53. RGB value is (40,79,83). Sum of RGB (Red+Green+Blue) = 40+79+83=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #284F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F53 is #D7B0AC. Grayscale: #434343. Windows color (decimal): -14135469 or 5459752. OLE color: 5459752.

HSL color Cylindrical-coordinate representation of color #284F53: hue angle of 185.58º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284F53 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 79 83 -
CMYK 0.52 0.05 0 0.67
HSL 185.58º 0.35% 0.24% -
HSV(B) 185.58º 0.52% 0.33% -
XYZ 5.23 6.67 9.19 -
YUV 67.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 40 79 83 0.52 0.05 0 0.67 185.58 0.35 0.24
Hex 28 4F 53 34 5 0 43 BA 23 18
Octal 50 117 123 64 5 0 103 272 43 30
Binary 101000 1001111 1010011 110100 101 0 1000011 10111010 100011 11000

Color Harmonies of #284F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284F53

Black with #284F53

Text Example


Text Example

White with #284F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,79,83); }

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

background-color css

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

 a { background-color: rgb(40,79,83); }

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

border-color css

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

 span { border-color: rgb(40,79,83); }

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