Html Css Color HEX #21534C Dark Slate Grey

📋 copy color: '#21534C'

red 33 ◦ green 83 ◦ blue 76

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

Shades of Dark Slate Grey #21534C

Tints of Dark Slate Grey #21534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 17.19%
G = 43.23%
B = 39.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#21534C (or 0x21534C) is known color: Dark Slate Grey. HEX triplet: 21, 53 and 4C. RGB value is (33,83,76). Sum of RGB (Red+Green+Blue) = 33+83+76=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #21534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21534C is #DEACB3. Grayscale: #434343. Windows color (decimal): -14593204 or 5002017. OLE color: 5002017.

HSL color Cylindrical-coordinate representation of color #21534C: hue angle of 171.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21534C is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 83 76 -
CMYK 0.60 0 0.08 0.67
HSL 171.6º 0.43% 0.23% -
HSV(B) 171.6º 0.6% 0.33% -
XYZ 5.02 7.03 7.93 -
YUV 67.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 33 83 76 0.60 0 0.08 0.67 171.6 0.43 0.23
Hex 21 53 4C 3C 0 8 43 AC 2B 17
Octal 41 123 114 74 0 10 103 254 53 27
Binary 100001 1010011 1001100 111100 0 1000 1000011 10101100 101011 10111

Color Harmonies of #21534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21534C

Black with #21534C

Text Example


Text Example

White with #21534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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