Html Css Color HEX #22504D Dark Slate Grey

📋 copy color: '#22504D'

red 34 ◦ green 80 ◦ blue 77

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

Shades of Dark Slate Grey #22504D

Tints of Dark Slate Grey #22504D

RGB

 RED value IS 34 (13.67% from 255) = 17.8%

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

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 17.8%
G = 41.88%
B = 40.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#22504D (or 0x22504D) is known color: Dark Slate Grey. HEX triplet: 22, 50 and 4D. RGB value is (34,80,77). Sum of RGB (Red+Green+Blue) = 34+80+77=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #22504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22504D is #DDAFB2. Grayscale: #414141. Windows color (decimal): -14528435 or 5066786. OLE color: 5066786.

HSL color Cylindrical-coordinate representation of color #22504D: hue angle of 176.09º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22504D is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 80 77 -
CMYK 0.58 0 0.04 0.69
HSL 176.09º 0.4% 0.22% -
HSV(B) 176.09º 0.58% 0.31% -
XYZ 4.87 6.61 8.04 -
YUV 65.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 34 80 77 0.58 0 0.04 0.69 176.09 0.4 0.22
Hex 22 50 4D 3A 0 4 45 B0 28 16
Octal 42 120 115 72 0 4 105 260 50 26
Binary 100010 1010000 1001101 111010 0 100 1000101 10110000 101000 10110

Color Harmonies of #22504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22504D

Black with #22504D

Text Example


Text Example

White with #22504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22504D; }

 p { color: rgb(34,80,77); }

 H1.HeaderClassName
 {
   color: #22504D;
 }
 .AnyTagClassName
 {
   color: #22504D;
 }
</style>

background-color css

<style>
 a { background-color: #22504D; }

 a { background-color: rgb(34,80,77); }

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

border-color css

<style>
 span { border-color: #22504D; }

 span { border-color: rgb(34,80,77); }

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