#225156

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

Shades of Dark Slate Grey #225156

Tints of Dark Slate Grey #225156

Color information

#225156 (or 0x225156) is unknown color: approx Dark Slate Grey. HEX triplet: 22, 51 and 56. RGB value is (34,81,86). Sum of RGB (Red+Green+Blue) = 34+81+86=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #225156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225156 is #DDAEA9. Grayscale: #434343. Windows color (decimal): -14528170 or 5656866. OLE color: 5656866.

HSL color Cylindrical-coordinate representation of color #225156: hue angle of 185.77º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225156 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB348186-
CMYK0.600.0600.66
HSL185.77º43.33%23.53%-
HSV(B)185.77º60.47%33.73%-
XYZ5.286.99.86-
YUV67.52138.43104.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.92%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=16.92%
G=40.30%
B=42.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3481860.600.0600.66185.7743.3323.53
Hex2251563C6042ba2b18
Octal4212112674601022725330
Binary10001010100011010110111100110010000101011101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225156; }

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

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

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

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

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

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

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

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