#225658

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

Shades of Dark Slate Grey #225658

Tints of Dark Slate Grey #225658

Color information

#225658 (or 0x225658) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 56 and 58. RGB value is (34,86,88). Sum of RGB (Red+Green+Blue) = 34+86+88=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #225658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225658 is #DDA9A7. Grayscale: #464646. Windows color (decimal): -14526888 or 5789218. OLE color: 5789218.

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

Color convert

RGB348688-
CMYK0.610.0200.65
HSL182.22º44.26%23.92%-
HSV(B)182.22º61.36%34.51%-
XYZ5.757.710.42-
YUV70.68137.77101.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=16.35%
G=41.35%
B=42.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3486880.610.0200.65182.2244.2623.92
Hex2256583D2041b62c18
Octal4212613075201012665430
Binary1000101010110101100011110110010000011011011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225658; }

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

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

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

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

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

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

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

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