#225759

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

Shades of Dark Slate Grey #225759

Tints of Dark Slate Grey #225759

Color information

#225759 (or 0x225759) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 57 and 59. RGB value is (34,87,89). Sum of RGB (Red+Green+Blue) = 34+87+89=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #225759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225759 is #DDA8A6. Grayscale: #474747. Windows color (decimal): -14526631 or 5855010. OLE color: 5855010.

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

Color convert

RGB348789-
CMYK0.620.0200.65
HSL182.18º44.72%24.12%-
HSV(B)182.18º61.8%34.9%-
XYZ5.877.8810.66-
YUV71.38137.94101.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.19%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=16.19%
G=41.43%
B=42.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3487890.620.0200.65182.1844.7224.12
Hex2257593E2041b62d18
Octal4212713176201012665530
Binary1000101010111101100111111010010000011011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225759; }

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

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

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

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

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

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

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

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