#215656

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

Shades of Dark Slate Grey #215656

Tints of Dark Slate Grey #215656

Color information

#215656 (or 0x215656) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 56 and 56. RGB value is (33,86,86). Sum of RGB (Red+Green+Blue) = 33+86+86=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #215656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215656 is #DEA9A9. Grayscale: #464646. Windows color (decimal): -14592426 or 5658145. OLE color: 5658145.

HSL color Cylindrical-coordinate representation of color #215656: hue angle of 180º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215656 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB338686-
CMYK0.62000.66
HSL180º44.54%23.33%-
HSV(B)180º61.63%33.73%-
XYZ5.637.659.98-
YUV70.15136.94101.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=16.10%
G=41.95%
B=41.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3386860.62000.6618044.5423.33
Hex2156563E0042b42d17
Octal4112612676001022645527
Binary100001101011010101101111100010000101011010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215656; }

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

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

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

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

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

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

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

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