Html Css Color HEX #21524E Dark Slate Grey

📋 copy color: '#21524E'

red 33 ◦ green 82 ◦ blue 78

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

Shades of Dark Slate Grey #21524E

Tints of Dark Slate Grey #21524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.49%

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 17.1%
G = 42.49%
B = 40.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#21524E (or 0x21524E) is known color: Dark Slate Grey. HEX triplet: 21, 52 and 4E. RGB value is (33,82,78). Sum of RGB (Red+Green+Blue) = 33+82+78=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #21524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21524E is #DEADB1. Grayscale: #424242. Windows color (decimal): -14593458 or 5132833. OLE color: 5132833.

HSL color Cylindrical-coordinate representation of color #21524E: hue angle of 175.1º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21524E is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 82 78 -
CMYK 0.60 0 0.05 0.68
HSL 175.1º 0.43% 0.23% -
HSV(B) 175.1º 0.6% 0.32% -
XYZ 5.02 6.91 8.28 -
YUV 66.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 33 82 78 0.60 0 0.05 0.68 175.1 0.43 0.23
Hex 21 52 4E 3C 0 5 44 AF 2B 17
Octal 41 122 116 74 0 5 104 257 53 27
Binary 100001 1010010 1001110 111100 0 101 1000100 10101111 101011 10111

Color Harmonies of #21524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21524E

Black with #21524E

Text Example


Text Example

White with #21524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21524E; }

 p { color: rgb(33,82,78); }

 H1.HeaderClassName
 {
   color: #21524E;
 }
 .AnyTagClassName
 {
   color: #21524E;
 }
</style>

background-color css

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

 a { background-color: rgb(33,82,78); }

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

border-color css

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

 span { border-color: rgb(33,82,78); }

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