#22555A

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

Shades of Dark Slate Grey #22555A

Tints of Dark Slate Grey #22555A

Color information

#22555A (or 0x22555A) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 55 and 5A. RGB value is (34,85,90). Sum of RGB (Red+Green+Blue) = 34+85+90=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #22555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22555A is #DDAAA5. Grayscale: #464646. Windows color (decimal): -14527142 or 5920034. OLE color: 5920034.

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

Color convert

RGB348590-
CMYK0.620.0600.65
HSL185.36º45.16%24.31%-
HSV(B)185.36º62.22%35.29%-
XYZ5.757.5810.83-
YUV70.32139.1102.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.27%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=16.27%
G=40.67%
B=43.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3485900.620.0600.65185.3645.1624.31
Hex22555A3E6041b92d18
Octal4212513276601012715530
Binary10001010101011011010111110110010000011011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22555A; }

 p { color: rgb(34,85,90); }

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

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

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

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

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

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

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