#284F52

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

Shades of Dark Slate Grey #284F52

Tints of Dark Slate Grey #284F52

Color information

#284F52 (or 0x284F52) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 4F and 52. RGB value is (40,79,82). Sum of RGB (Red+Green+Blue) = 40+79+82=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #284F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F52 is #D7B0AD. Grayscale: #434343. Windows color (decimal): -14135470 or 5394216. OLE color: 5394216.

HSL color Cylindrical-coordinate representation of color #284F52: hue angle of 184.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #284F52 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB407982-
CMYK0.510.0400.68
HSL184.29º34.43%23.92%-
HSV(B)184.29º51.22%32.16%-
XYZ5.196.658.99-
YUV67.68136.08108.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=19.90%
G=39.30%
B=40.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4079820.510.0400.68184.2934.4323.92
Hex284F52334044b82218
Octal5011712263401042704230
Binary10100010011111010010110011100010001001011100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #284F52;
 }
 .AnyTagClassName
 {
   color: #284F52;
 }
</style>
background-color css

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

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

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

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

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

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