#225659

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

Shades of Dark Slate Grey #225659

Tints of Dark Slate Grey #225659

Color information

#225659 (or 0x225659) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 56 and 59. RGB value is (34,86,89). Sum of RGB (Red+Green+Blue) = 34+86+89=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #225659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225659 is #DDA9A6. Grayscale: #464646. Windows color (decimal): -14526887 or 5854754. OLE color: 5854754.

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

Color convert

RGB348689-
CMYK0.620.0300.65
HSL183.27º44.72%24.12%-
HSV(B)183.27º61.8%34.9%-
XYZ5.797.7210.64-
YUV70.79138.27101.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 86 (33.98% from 255) = 41.15%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=16.27%
G=41.15%
B=42.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3486890.620.0300.65183.2744.7224.12
Hex2256593E3041b72d18
Octal4212613176301012675530
Binary1000101010110101100111111011010000011011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225659; }

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

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

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

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

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

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

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

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