#225558

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

Shades of Dark Slate Grey #225558

Tints of Dark Slate Grey #225558

Color information

#225558 (or 0x225558) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 55 and 58. RGB value is (34,85,88). Sum of RGB (Red+Green+Blue) = 34+85+88=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #225558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225558 is #DDAAA7. Grayscale: #464646. Windows color (decimal): -14527144 or 5788962. OLE color: 5788962.

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

Color convert

RGB348588-
CMYK0.610.0300.65
HSL183.33º44.26%23.92%-
HSV(B)183.33º61.36%34.51%-
XYZ5.677.5410.39-
YUV70.09138.1102.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.43%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=16.43%
G=41.06%
B=42.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3485880.610.0300.65183.3344.2623.92
Hex2255583D3041b72c18
Octal4212513075301012675430
Binary1000101010101101100011110111010000011011011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225558; }

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

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

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

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

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

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

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

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