#116058

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

Shades of Blue Stone #116058

Tints of Blue Stone #116058

Color information

#116058 (or 0x116058) is unknown color: approx Blue Stone. HEX triplet: 11, 60 and 58. RGB value is (17,96,88). Sum of RGB (Red+Green+Blue) = 17+96+88=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #116058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116058 is #EE9FA7. Grayscale: #474747. Windows color (decimal): -15638440 or 5791761. OLE color: 5791761.

HSL color Cylindrical-coordinate representation of color #116058: hue angle of 173.92º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116058 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB179688-
CMYK0.8200.080.62
HSL173.92º69.91%22.16%-
HSV(B)173.92º82.29%37.65%-
XYZ6.189.1910.68-
YUV71.47137.3389.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=8.46%
G=47.76%
B=43.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796880.8200.080.62173.9269.9122.16
Hex11605852083Eae4616
Octal211401301220107625610626
Binary100011100000101100010100100100011111010101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116058; }

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

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

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

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

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

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

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

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