#166058

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

Shades of Blue Stone #166058

Tints of Blue Stone #166058

Color information

#166058 (or 0x166058) is unknown color: approx Blue Stone. HEX triplet: 16, 60 and 58. RGB value is (22,96,88). Sum of RGB (Red+Green+Blue) = 22+96+88=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #166058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166058 is #E99FA7. Grayscale: #484848. Windows color (decimal): -15310760 or 5791766. OLE color: 5791766.

HSL color Cylindrical-coordinate representation of color #166058: hue angle of 173.51º 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 #166058 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB229688-
CMYK0.7700.080.62
HSL173.51º62.71%23.14%-
HSV(B)173.51º77.08%37.65%-
XYZ6.289.2410.69-
YUV72.96136.4891.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=10.68%
G=46.60%
B=42.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296880.7700.080.62173.5162.7123.14
Hex1660584D083Eae3f17
Octal26140130115010762567727
Binary10110110000010110001001101010001111101010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166058; }

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

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

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

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

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

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

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

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