#225557

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

Shades of Dark Slate Grey #225557

Tints of Dark Slate Grey #225557

Color information

#225557 (or 0x225557) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 55 and 57. RGB value is (34,85,87). Sum of RGB (Red+Green+Blue) = 34+85+87=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #225557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225557 is #DDAAA8. Grayscale: #454545. Windows color (decimal): -14527145 or 5723426. OLE color: 5723426.

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

Color convert

RGB348587-
CMYK0.610.0200.66
HSL182.26º43.8%23.73%-
HSV(B)182.26º60.92%34.12%-
XYZ5.637.5310.17-
YUV69.98137.6102.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=16.50%
G=41.26%
B=42.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3485870.610.0200.66182.2643.823.73
Hex2255573D2042b62c18
Octal4212512775201022665430
Binary1000101010101101011111110110010000101011011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225557; }

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

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

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

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

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

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

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

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