#21565B

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

Shades of Dark Slate Grey #21565B

Tints of Dark Slate Grey #21565B

Color information

#21565B (or 0x21565B) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 56 and 5B. RGB value is (33,86,91). Sum of RGB (Red+Green+Blue) = 33+86+91=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #21565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21565B is #DEA9A4. Grayscale: #464646. Windows color (decimal): -14592421 or 5985825. OLE color: 5985825.

HSL color Cylindrical-coordinate representation of color #21565B: hue angle of 185.17º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21565B is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB338691-
CMYK0.640.0500.64
HSL185.17º46.77%24.31%-
HSV(B)185.17º63.74%35.69%-
XYZ5.847.7311.08-
YUV70.72139.44101.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=15.71%
G=40.95%
B=43.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3386910.640.0500.64185.1746.7724.31
Hex21565B405040b92f18
Octal41126133100501002715730
Binary100001101011010110111000000101010000001011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21565B; }

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

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

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

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

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

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

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

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