#225559

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

Shades of Dark Slate Grey #225559

Tints of Dark Slate Grey #225559

Color information

#225559 (or 0x225559) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 55 and 59. RGB value is (34,85,89). Sum of RGB (Red+Green+Blue) = 34+85+89=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #225559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225559 is #DDAAA6. Grayscale: #464646. Windows color (decimal): -14527143 or 5854498. OLE color: 5854498.

HSL color Cylindrical-coordinate representation of color #225559: hue angle of 184.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225559 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB348589-
CMYK0.620.0400.65
HSL184.36º44.72%24.12%-
HSV(B)184.36º61.8%34.9%-
XYZ5.717.5610.61-
YUV70.21138.6102.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=16.35%
G=40.87%
B=42.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3485890.620.0400.65184.3644.7224.12
Hex2255593E4041b82d18
Octal4212513176401012705530
Binary10001010101011011001111110100010000011011100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225559; }

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

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

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

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

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

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

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

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