Html Css Color HEX #21565A Dark Slate Grey

📋 copy color: '#21565A'

red 33 ◦ green 86 ◦ blue 90

#21565A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #21565A

Tints of Dark Slate Grey #21565A

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 value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21565A (or 0x21565A) is known color: 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

RGB 33 86 90 -
CMYK 0.63 0.04 0 0.65
HSL 184.21º 0.46% 0.24% -
HSV(B) 184.21º 0.63% 0.35% -
XYZ 5.8 7.72 10.86 -
YUV 70.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 33 86 90 0.63 0.04 0 0.65 184.21 0.46 0.24
Hex 21 56 5A 3F 4 0 41 B8 2E 18
Octal 41 126 132 77 4 0 101 270 56 30
Binary 100001 1010110 1011010 111111 100 0 1000001 10111000 101110 11000

Color Harmonies of #21565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21565A

Black with #21565A

Text Example


Text Example

White with #21565A

Text Example


Text Example

HTML Codes & Css Web 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>