Html Css Color HEX #284E53 Dark Slate Grey

📋 copy color: '#284E53'

red 40 ◦ green 78 ◦ blue 83

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

Shades of Dark Slate Grey #284E53

Tints of Dark Slate Grey #284E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.81%

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

R = 19.9%
G = 38.81%
B = 41.29%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284E53 (or 0x284E53) is known color: Dark Slate Grey. HEX triplet: 28, 4E and 53. RGB value is (40,78,83). Sum of RGB (Red+Green+Blue) = 40+78+83=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #284E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E53 is #D7B1AC. Grayscale: #434343. Windows color (decimal): -14135725 or 5459496. OLE color: 5459496.

HSL color Cylindrical-coordinate representation of color #284E53: hue angle of 186.98º 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 #284E53 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 78 83 -
CMYK 0.52 0.06 0 0.67
HSL 186.98º 0.35% 0.24% -
HSV(B) 186.98º 0.52% 0.33% -
XYZ 5.16 6.52 9.17 -
YUV 67.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 40 78 83 0.52 0.06 0 0.67 186.98 0.35 0.24
Hex 28 4E 53 34 6 0 43 BB 23 18
Octal 50 116 123 64 6 0 103 273 43 30
Binary 101000 1001110 1010011 110100 110 0 1000011 10111011 100011 11000

Color Harmonies of #284E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284E53

Black with #284E53

Text Example


Text Example

White with #284E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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