#116658

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

Shades of Blue Stone #116658

Tints of Blue Stone #116658

Color information

#116658 (or 0x116658) is unknown color: approx Blue Stone. HEX triplet: 11, 66 and 58. RGB value is (17,102,88). Sum of RGB (Red+Green+Blue) = 17+102+88=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #116658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116658 is #EE99A7. Grayscale: #4A4A4A. Windows color (decimal): -15636904 or 5793297. OLE color: 5793297.

HSL color Cylindrical-coordinate representation of color #116658: hue angle of 170.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116658 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1710288-
CMYK0.8300.140.6
HSL170.12º71.43%23.33%-
HSV(B)170.12º83.33%40%-
XYZ6.7410.3310.87-
YUV74.99135.3486.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=8.21%
G=49.28%
B=42.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102880.8300.140.6170.1271.4323.33
Hex116658530E3Caa4717
Octal211461301230167425210727
Binary100011100110101100010100110111011110010101010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116658; }

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

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

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

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

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

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

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

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