#215156

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

Shades of Dark Slate Grey #215156

Tints of Dark Slate Grey #215156

Color information

#215156 (or 0x215156) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 51 and 56. RGB value is (33,81,86). Sum of RGB (Red+Green+Blue) = 33+81+86=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #215156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215156 is #DEAEA9. Grayscale: #434343. Windows color (decimal): -14593706 or 5656865. OLE color: 5656865.

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

Color convert

RGB338186-
CMYK0.620.0600.66
HSL185.66º44.54%23.33%-
HSV(B)185.66º61.63%33.73%-
XYZ5.256.889.86-
YUV67.22138.6103.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 86 (33.98% from 255) = 43%
R=16.5%
G=40.5%
B=43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3381860.620.0600.66185.6644.5423.33
Hex2151563E6042ba2d17
Octal4112112676601022725527
Binary10000110100011010110111110110010000101011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215156; }

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

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

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

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

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

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

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

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