#215553

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

Shades of Dark Slate Grey #215553

Tints of Dark Slate Grey #215553

Color information

#215553 (or 0x215553) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 55 and 53. RGB value is (33,85,83). Sum of RGB (Red+Green+Blue) = 33+85+83=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #215553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215553 is #DEAAAC. Grayscale: #454545. Windows color (decimal): -14592685 or 5461281. OLE color: 5461281.

HSL color Cylindrical-coordinate representation of color #215553: hue angle of 177.69º 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 #215553 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB338583-
CMYK0.6100.020.67
HSL177.69º44.07%23.14%-
HSV(B)177.69º61.18%33.33%-
XYZ5.447.449.33-
YUV69.22135.77102.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=16.42%
G=42.29%
B=41.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385830.6100.020.67177.6944.0723.14
Hex2155533D0243b22c17
Octal4112512375021032625427
Binary1000011010101101001111110101010000111011001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215553; }

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

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

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

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

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

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

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

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