#215758

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

Shades of Dark Slate Grey #215758

Tints of Dark Slate Grey #215758

Color information

#215758 (or 0x215758) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 57 and 58. RGB value is (33,87,88). Sum of RGB (Red+Green+Blue) = 33+87+88=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 87 (34.38% from 255 or 41.83% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #215758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215758 is #DEA8A7. Grayscale: #464646. Windows color (decimal): -14592168 or 5789473. OLE color: 5789473.

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

Color convert

RGB338788-
CMYK0.620.0100.65
HSL181.09º45.45%23.73%-
HSV(B)181.09º62.5%34.51%-
XYZ5.87.8410.44-
YUV70.97137.61100.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 87 (34.38% from 255) = 41.83%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=15.87%
G=41.83%
B=42.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3387880.620.0100.65181.0945.4523.73
Hex2157583E1041b52d18
Octal4112713076101012655530
Binary100001101011110110001111101010000011011010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215758; }

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

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

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

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

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

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

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

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