#225054

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

Shades of Dark Slate Grey #225054

Tints of Dark Slate Grey #225054

Color information

#225054 (or 0x225054) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 50 and 54. RGB value is (34,80,84). Sum of RGB (Red+Green+Blue) = 34+80+84=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #225054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225054 is #DDAFAB. Grayscale: #424242. Windows color (decimal): -14528428 or 5525538. OLE color: 5525538.

HSL color Cylindrical-coordinate representation of color #225054: hue angle of 184.8º degrees, saturation: 0.42, 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 #225054 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB348084-
CMYK0.600.0500.67
HSL184.8º42.37%23.14%-
HSV(B)184.8º59.52%32.94%-
XYZ5.136.729.41-
YUV66.7137.76104.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=17.17%
G=40.40%
B=42.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3480840.600.0500.67184.842.3723.14
Hex2250543C5043b92a17
Octal4212012474501032715227
Binary10001010100001010100111100101010000111011100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225054; }

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

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

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

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

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

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

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

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