#225455

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

Shades of Dark Slate Grey #225455

Tints of Dark Slate Grey #225455

Color information

#225455 (or 0x225455) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 54 and 55. RGB value is (34,84,85). Sum of RGB (Red+Green+Blue) = 34+84+85=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #225455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225455 is #DDABAA. Grayscale: #454545. Windows color (decimal): -14527403 or 5592098. OLE color: 5592098.

HSL color Cylindrical-coordinate representation of color #225455: hue angle of 181.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225455 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB348485-
CMYK0.600.0100.67
HSL181.18º42.86%23.33%-
HSV(B)181.18º60%33.33%-
XYZ5.477.349.72-
YUV69.16136.94102.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=16.75%
G=41.38%
B=41.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3484850.600.0100.67181.1842.8623.33
Hex2254553C1043b52b17
Octal4212412574101032655327
Binary100010101010010101011111001010000111011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225455; }

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

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

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

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

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

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

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

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