Html Css Color HEX #21524C Dark Slate Grey

📋 copy color: '#21524C'

red 33 ◦ green 82 ◦ blue 76

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

Shades of Dark Slate Grey #21524C

Tints of Dark Slate Grey #21524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 17.28%
G = 42.93%
B = 39.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#21524C (or 0x21524C) is known color: Dark Slate Grey. HEX triplet: 21, 52 and 4C. RGB value is (33,82,76). Sum of RGB (Red+Green+Blue) = 33+82+76=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #21524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21524C is #DEADB3. Grayscale: #424242. Windows color (decimal): -14593460 or 5001761. OLE color: 5001761.

HSL color Cylindrical-coordinate representation of color #21524C: hue angle of 172.65º 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 #21524C is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 82 76 -
CMYK 0.60 0 0.07 0.68
HSL 172.65º 0.43% 0.23% -
HSV(B) 172.65º 0.6% 0.32% -
XYZ 4.95 6.88 7.9 -
YUV 66.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 33 82 76 0.60 0 0.07 0.68 172.65 0.43 0.23
Hex 21 52 4C 3C 0 7 44 AD 2B 17
Octal 41 122 114 74 0 7 104 255 53 27
Binary 100001 1010010 1001100 111100 0 111 1000100 10101101 101011 10111

Color Harmonies of #21524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21524C

Black with #21524C

Text Example


Text Example

White with #21524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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