#225050

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

Shades of Dark Slate Grey #225050

Tints of Dark Slate Grey #225050

Color information

#225050 (or 0x225050) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 50 and 50. RGB value is (34,80,80). Sum of RGB (Red+Green+Blue) = 34+80+80=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #225050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225050 is #DDAFAF. Grayscale: #424242. Windows color (decimal): -14528432 or 5263394. OLE color: 5263394.

HSL color Cylindrical-coordinate representation of color #225050: hue angle of 180º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225050 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB348080-
CMYK0.58000.69
HSL180º40.35%22.35%-
HSV(B)180º57.5%31.37%-
XYZ4.986.668.61-
YUV66.25135.76105-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.53%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=17.53%
G=41.24%
B=41.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480800.58000.6918040.3522.35
Hex2250503A0045b42816
Octal4212012072001052645026
Binary100010101000010100001110100010001011011010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225050; }

 p { color: rgb(34,80,80); }

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

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

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

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

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

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

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