#22514D

Color #22514D Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #22514D

Tints of Dark Slate Grey #22514D

Color information

#22514D (or 0x22514D) is unknown color: approx 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

RGB348177-
CMYK0.5800.050.68
HSL174.89º40.87%22.55%-
HSV(B)174.89º58.02%31.76%-
XYZ4.946.768.07-
YUV66.49133.93104.83-

RGB Variations

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

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.10%
R=17.71%
G=42.19%
B=40.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481770.5800.050.68174.8940.8722.55
Hex22514D3A0544af2917
Octal4212111572051042575127
Binary10001010100011001101111010010110001001010111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>