#21565A

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

Shades of Dark Slate Grey #21565A

Tints of Dark Slate Grey #21565A

Color information

#21565A (or 0x21565A) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 56 and 5A. RGB value is (33,86,90). Sum of RGB (Red+Green+Blue) = 33+86+90=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #21565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21565A is #DEA9A5. Grayscale: #464646. Windows color (decimal): -14592422 or 5920289. OLE color: 5920289.

HSL color Cylindrical-coordinate representation of color #21565A: hue angle of 184.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21565A is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB338690-
CMYK0.630.0400.65
HSL184.21º46.34%24.12%-
HSV(B)184.21º63.33%35.29%-
XYZ5.87.7210.86-
YUV70.61138.94101.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=15.79%
G=41.15%
B=43.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3386900.630.0400.65184.2146.3424.12
Hex21565A3F4041b82e18
Octal4112613277401012705630
Binary10000110101101011010111111100010000011011100010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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