#166558

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

Shades of Blue Stone #166558

Tints of Blue Stone #166558

Color information

#166558 (or 0x166558) is unknown color: approx Blue Stone. HEX triplet: 16, 65 and 58. RGB value is (22,101,88). Sum of RGB (Red+Green+Blue) = 22+101+88=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #166558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166558 is #E99AA7. Grayscale: #4B4B4B. Windows color (decimal): -15309480 or 5793046. OLE color: 5793046.

HSL color Cylindrical-coordinate representation of color #166558: hue angle of 170.13º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166558 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB2210188-
CMYK0.7800.130.60
HSL170.13º64.23%24.12%-
HSV(B)170.13º78.22%39.61%-
XYZ6.7510.1810.84-
YUV75.9134.8389.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 101 (39.84% from 255) = 47.87%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=10.43%
G=47.87%
B=41.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22101880.7800.130.60170.1364.2324.12
Hex1665584E0D3Caa4018
Octal261451301160157425210030
Binary101101100101101100010011100110111110010101010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166558; }

 p { color: rgb(22,101,88); }

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

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

 a { background-color: rgb(22,101,88); }

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

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

 span { border-color: rgb(22,101,88); }

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