#225153

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

Shades of Dark Slate Grey #225153

Tints of Dark Slate Grey #225153

Color information

#225153 (or 0x225153) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 51 and 53. RGB value is (34,81,83). Sum of RGB (Red+Green+Blue) = 34+81+83=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #225153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225153 is #DDAEAC. Grayscale: #434343. Windows color (decimal): -14528173 or 5460258. OLE color: 5460258.

HSL color Cylindrical-coordinate representation of color #225153: hue angle of 182.45º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225153 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB348183-
CMYK0.590.0200.67
HSL182.45º41.88%22.94%-
HSV(B)182.45º59.04%32.55%-
XYZ5.166.859.23-
YUV67.18136.93104.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=17.17%
G=40.91%
B=41.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3481830.590.0200.67182.4541.8822.94
Hex2251533B2043b62a17
Octal4212112373201032665227
Binary1000101010001101001111101110010000111011011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225153; }

 p { color: rgb(34,81,83); }

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

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

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

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

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

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

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