#215759

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

Shades of Dark Slate Grey #215759

Tints of Dark Slate Grey #215759

Color information

#215759 (or 0x215759) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 57 and 59. RGB value is (33,87,89). Sum of RGB (Red+Green+Blue) = 33+87+89=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #215759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215759 is #DEA8A6. Grayscale: #474747. Windows color (decimal): -14592167 or 5855009. OLE color: 5855009.

HSL color Cylindrical-coordinate representation of color #215759: hue angle of 182.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215759 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB338789-
CMYK0.630.0200.65
HSL182.14º45.9%23.92%-
HSV(B)182.14º62.92%34.9%-
XYZ5.847.8610.66-
YUV71.08138.11100.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=15.79%
G=41.63%
B=42.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3387890.630.0200.65182.1445.923.92
Hex2157593F2041b62e18
Octal4112713177201012665630
Binary1000011010111101100111111110010000011011011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215759; }

 p { color: rgb(33,87,89); }

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

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

 a { background-color: rgb(33,87,89); }

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

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

 span { border-color: rgb(33,87,89); }

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