#225859

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

Shades of Dark Slate Grey #225859

Tints of Dark Slate Grey #225859

Color information

#225859 (or 0x225859) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 58 and 59. RGB value is (34,88,89). Sum of RGB (Red+Green+Blue) = 34+88+89=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #225859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225859 is #DDA7A6. Grayscale: #474747. Windows color (decimal): -14526375 or 5855266. OLE color: 5855266.

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

Color convert

RGB348889-
CMYK0.620.0100.65
HSL181.09º44.72%24.12%-
HSV(B)181.09º61.8%34.9%-
XYZ5.958.0410.69-
YUV71.97137.61100.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.11%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=16.11%
G=41.71%
B=42.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3488890.620.0100.65181.0944.7224.12
Hex2258593E1041b52d18
Octal4213013176101012655530
Binary100010101100010110011111101010000011011010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225859; }

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

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

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

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

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

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

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

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