#166155

Color #166155 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #166155

Tints of Blue Stone #166155

Color information

#166155 (or 0x166155) is unknown color: approx Blue Stone. HEX triplet: 16, 61 and 55. RGB value is (22,97,85). Sum of RGB (Red+Green+Blue) = 22+97+85=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #166155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166155 is #E99EAA. Grayscale: #494949. Windows color (decimal): -15310507 or 5595414. OLE color: 5595414.

HSL color Cylindrical-coordinate representation of color #166155: hue angle of 170.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166155 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB229785-
CMYK0.7700.120.62
HSL170.4º63.03%23.33%-
HSV(B)170.4º77.32%38.04%-
XYZ6.259.3810.07-
YUV73.21134.6591.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=10.78%
G=47.55%
B=41.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297850.7700.120.62170.463.0323.33
Hex1661554D0C3Eaa3f17
Octal26141125115014762527727
Binary10110110000110101011001101011001111101010101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166155; }

 p { color: rgb(22,97,85); }

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

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

 a { background-color: rgb(22,97,85); }

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

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

 span { border-color: rgb(22,97,85); }

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