#215556

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

Shades of Dark Slate Grey #215556

Tints of Dark Slate Grey #215556

Color information

#215556 (or 0x215556) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 55 and 56. RGB value is (33,85,86). Sum of RGB (Red+Green+Blue) = 33+85+86=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #215556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215556 is #DEAAA9. Grayscale: #454545. Windows color (decimal): -14592682 or 5657889. OLE color: 5657889.

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

Color convert

RGB338586-
CMYK0.620.0100.66
HSL181.13º44.54%23.33%-
HSV(B)181.13º61.63%33.73%-
XYZ5.567.499.96-
YUV69.57137.27101.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=16.18%
G=41.67%
B=42.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3385860.620.0100.66181.1344.5423.33
Hex2155563E1042b52d17
Octal4112512676101022655527
Binary100001101010110101101111101010000101011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215556; }

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

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

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

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

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

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

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

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