#225055

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

Shades of Dark Slate Grey #225055

Tints of Dark Slate Grey #225055

Color information

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

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

Color convert

RGB348085-
CMYK0.600.0600.67
HSL185.88º42.86%23.33%-
HSV(B)185.88º60%33.33%-
XYZ5.176.739.62-
YUV66.82138.26104.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3480850.600.0600.67185.8842.8623.33
Hex2250553C6043ba2b17
Octal4212012574601032725327
Binary10001010100001010101111100110010000111011101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225055; }

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

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

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

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

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

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

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

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