#284E53

Color #284E53 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #284E53

Tints of Dark Slate Grey #284E53

Color information

#284E53 (or 0x284E53) is unknown color: approx 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

RGB407883-
CMYK0.520.0600.67
HSL186.98º34.96%24.12%-
HSV(B)186.98º51.81%32.55%-
XYZ5.166.529.17-
YUV67.21136.91108.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=19.90%
G=38.81%
B=41.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4078830.520.0600.67186.9834.9624.12
Hex284E53346043bb2318
Octal5011612364601032734330
Binary10100010011101010011110100110010000111011101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>