Html Css Color HEX #21555A Dark Slate Grey

📋 copy color: '#21555A'

red 33 ◦ green 85 ◦ blue 90

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

Shades of Dark Slate Grey #21555A

Tints of Dark Slate Grey #21555A

RGB

 RED value IS 33 (13.28% from 255) = 15.87%

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 15.87%
G = 40.87%
B = 43.27%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#21555A (or 0x21555A) is known color: Dark Slate Grey. HEX triplet: 21, 55 and 5A. RGB value is (33,85,90). Sum of RGB (Red+Green+Blue) = 33+85+90=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #21555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21555A is #DEAAA5. Grayscale: #454545. Windows color (decimal): -14592678 or 5920033. OLE color: 5920033.

HSL color Cylindrical-coordinate representation of color #21555A: hue angle of 185.26º 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 #21555A is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 85 90 -
CMYK 0.63 0.06 0 0.65
HSL 185.26º 0.46% 0.24% -
HSV(B) 185.26º 0.63% 0.35% -
XYZ 5.72 7.56 10.83 -
YUV 70.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 33 85 90 0.63 0.06 0 0.65 185.26 0.46 0.24
Hex 21 55 5A 3F 6 0 41 B9 2E 18
Octal 41 125 132 77 6 0 101 271 56 30
Binary 100001 1010101 1011010 111111 110 0 1000001 10111001 101110 11000

Color Harmonies of #21555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21555A

Black with #21555A

Text Example


Text Example

White with #21555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21555A;
 }
 .AnyTagClassName
 {
   color: #21555A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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