Html Css Color HEX #21524F Dark Slate Grey

📋 copy color: '#21524F'

red 33 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #21524F

Tints of Dark Slate Grey #21524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.72%

R = 17.01%
G = 42.27%
B = 40.72%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#21524F (or 0x21524F) is known color: Dark Slate Grey. HEX triplet: 21, 52 and 4F. RGB value is (33,82,79). Sum of RGB (Red+Green+Blue) = 33+82+79=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #21524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21524F is #DEADB0. Grayscale: #424242. Windows color (decimal): -14593457 or 5198369. OLE color: 5198369.

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

Color convert

RGB 33 82 79 -
CMYK 0.60 0 0.04 0.68
HSL 176.33º 0.43% 0.23% -
HSV(B) 176.33º 0.6% 0.32% -
XYZ 5.06 6.92 8.47 -
YUV 67.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 33 82 79 0.60 0 0.04 0.68 176.33 0.43 0.23
Hex 21 52 4F 3C 0 4 44 B0 2B 17
Octal 41 122 117 74 0 4 104 260 53 27
Binary 100001 1010010 1001111 111100 0 100 1000100 10110000 101011 10111

Color Harmonies of #21524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21524F

Black with #21524F

Text Example


Text Example

White with #21524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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