#215555

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

Shades of Dark Slate Grey #215555

Tints of Dark Slate Grey #215555

Color information

#215555 (or 0x215555) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 55 and 55. RGB value is (33,85,85). Sum of RGB (Red+Green+Blue) = 33+85+85=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #215555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215555 is #DEAAAA. Grayscale: #454545. Windows color (decimal): -14592683 or 5592353. OLE color: 5592353.

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

Color convert

RGB338585-
CMYK0.61000.67
HSL180º44.07%23.14%-
HSV(B)180º61.18%33.33%-
XYZ5.527.489.75-
YUV69.45136.77102-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=16.26%
G=41.87%
B=41.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385850.61000.6718044.0723.14
Hex2155553D0043b42c17
Octal4112512575001032645427
Binary100001101010110101011111010010000111011010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215555; }

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

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

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

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

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

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

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

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