#215857

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

Shades of Dark Slate Grey #215857

Tints of Dark Slate Grey #215857

Color information

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

HSL color Cylindrical-coordinate representation of color #215857: hue angle of 178.91º 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 #215857 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB338887-
CMYK0.6200.010.65
HSL178.91º45.45%23.73%-
HSV(B)178.91º62.5%34.51%-
XYZ5.847.9910.25-
YUV71.44136.78100.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3388870.6200.010.65178.9145.4523.73
Hex2158573E0141b32d18
Octal4113012776011012635530
Binary100001101100010101111111100110000011011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215857; }

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

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

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

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

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

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

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

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