#225550

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

Shades of Dark Slate Grey #225550

Tints of Dark Slate Grey #225550

Color information

#225550 (or 0x225550) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 55 and 50. RGB value is (34,85,80). Sum of RGB (Red+Green+Blue) = 34+85+80=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #225550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225550 is #DDAAAF. Grayscale: #454545. Windows color (decimal): -14527152 or 5264674. OLE color: 5264674.

HSL color Cylindrical-coordinate representation of color #225550: hue angle of 174.12º 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 #225550 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB348580-
CMYK0.6000.060.67
HSL174.12º42.86%23.33%-
HSV(B)174.12º60%33.33%-
XYZ5.367.428.74-
YUV69.18134.1102.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=17.09%
G=42.71%
B=40.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485800.6000.060.67174.1242.8623.33
Hex2255503C0643ae2b17
Octal4212512074061032565327
Binary10001010101011010000111100011010000111010111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225550; }

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

 H1.HeaderClassName
 {
   color: #225550;
 }
 .AnyTagClassName
 {
   color: #225550;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #225550;
 }
 .BgClassName
 {
   background-color: #225550;
 }
</style>
border-color css

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

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

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