#215659

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

Shades of Dark Slate Grey #215659

Tints of Dark Slate Grey #215659

Color information

#215659 (or 0x215659) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 56 and 59. RGB value is (33,86,89). Sum of RGB (Red+Green+Blue) = 33+86+89=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #215659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215659 is #DEA9A6. Grayscale: #464646. Windows color (decimal): -14592423 or 5854753. OLE color: 5854753.

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

Color convert

RGB338689-
CMYK0.630.0300.65
HSL183.21º45.9%23.92%-
HSV(B)183.21º62.92%34.9%-
XYZ5.767.710.63-
YUV70.5138.44101.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=15.87%
G=41.35%
B=42.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3386890.630.0300.65183.2145.923.92
Hex2156593F3041b72e18
Octal4112613177301012675630
Binary1000011010110101100111111111010000011011011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215659; }

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

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

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

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

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

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

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

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