#225858

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

Shades of Dark Slate Grey #225858

Tints of Dark Slate Grey #225858

Color information

#225858 (or 0x225858) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 58 and 58. RGB value is (34,88,88). Sum of RGB (Red+Green+Blue) = 34+88+88=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #225858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225858 is #DDA7A7. Grayscale: #474747. Windows color (decimal): -14526376 or 5789730. OLE color: 5789730.

HSL color Cylindrical-coordinate representation of color #225858: hue angle of 180º 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 #225858 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB348888-
CMYK0.61000.65
HSL180º44.26%23.92%-
HSV(B)180º61.36%34.51%-
XYZ5.918.0210.47-
YUV71.85137.11101-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=16.19%
G=41.90%
B=41.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3488880.61000.6518044.2623.92
Hex2258583D0041b42c18
Octal4213013075001012645430
Binary100010101100010110001111010010000011011010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225858; }

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

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

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

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

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

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

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

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