Html Css Color HEX #21504B Dark Slate Grey

📋 copy color: '#21504B'

red 33 ◦ green 80 ◦ blue 75

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

Shades of Dark Slate Grey #21504B

Tints of Dark Slate Grey #21504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 17.55%
G = 42.55%
B = 39.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#21504B (or 0x21504B) is known color: Dark Slate Grey. HEX triplet: 21, 50 and 4B. RGB value is (33,80,75). Sum of RGB (Red+Green+Blue) = 33+80+75=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #21504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21504B is #DEAFB4. Grayscale: #414141. Windows color (decimal): -14593973 or 4935713. OLE color: 4935713.

HSL color Cylindrical-coordinate representation of color #21504B: hue angle of 173.62º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21504B is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 80 75 -
CMYK 0.59 0 0.06 0.69
HSL 173.62º 0.42% 0.22% -
HSV(B) 173.62º 0.59% 0.31% -
XYZ 4.77 6.57 7.67 -
YUV 65.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 33 80 75 0.59 0 0.06 0.69 173.62 0.42 0.22
Hex 21 50 4B 3B 0 6 45 AE 2A 16
Octal 41 120 113 73 0 6 105 256 52 26
Binary 100001 1010000 1001011 111011 0 110 1000101 10101110 101010 10110

Color Harmonies of #21504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21504B

Black with #21504B

Text Example


Text Example

White with #21504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21504B; }

 p { color: rgb(33,80,75); }

 H1.HeaderClassName
 {
   color: #21504B;
 }
 .AnyTagClassName
 {
   color: #21504B;
 }
</style>

background-color css

<style>
 a { background-color: #21504B; }

 a { background-color: rgb(33,80,75); }

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

border-color css

<style>
 span { border-color: #21504B; }

 span { border-color: rgb(33,80,75); }

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