Html Css Color HEX #22514D Dark Slate Grey

📋 copy color: '#22514D'

red 34 ◦ green 81 ◦ blue 77

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

Shades of Dark Slate Grey #22514D

Tints of Dark Slate Grey #22514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 42.19%

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

R = 17.71%
G = 42.19%
B = 40.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#22514D (or 0x22514D) is known color: Dark Slate Grey. HEX triplet: 22, 51 and 4D. RGB value is (34,81,77). Sum of RGB (Red+Green+Blue) = 34+81+77=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #22514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22514D is #DDAEB2. Grayscale: #424242. Windows color (decimal): -14528179 or 5067042. OLE color: 5067042.

HSL color Cylindrical-coordinate representation of color #22514D: hue angle of 174.89º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22514D is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 81 77 -
CMYK 0.58 0 0.05 0.68
HSL 174.89º 0.41% 0.23% -
HSV(B) 174.89º 0.58% 0.32% -
XYZ 4.94 6.76 8.07 -
YUV 66.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 34 81 77 0.58 0 0.05 0.68 174.89 0.41 0.23
Hex 22 51 4D 3A 0 5 44 AF 29 17
Octal 42 121 115 72 0 5 104 257 51 27
Binary 100010 1010001 1001101 111010 0 101 1000100 10101111 101001 10111

Color Harmonies of #22514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22514D

Black with #22514D

Text Example


Text Example

White with #22514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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