#115B62

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

Shades of Blue Stone #115B62

Tints of Blue Stone #115B62

Color information

#115B62 (or 0x115B62) is unknown color: approx Blue Stone. HEX triplet: 11, 5B and 62. RGB value is (17,91,98). Sum of RGB (Red+Green+Blue) = 17+91+98=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #115B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B62 is #EEA49D. Grayscale: #454545. Windows color (decimal): -15639710 or 6445841. OLE color: 6445841.

HSL color Cylindrical-coordinate representation of color #115B62: hue angle of 185.19º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115B62 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB179198-
CMYK0.830.0700.62
HSL185.19º70.43%22.55%-
HSV(B)185.19º82.65%38.43%-
XYZ6.188.4812.87-
YUV69.67143.9890.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=8.25%
G=44.17%
B=47.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1791980.830.0700.62185.1970.4322.55
Hex115B6253703Eb94617
Octal21133142123707627110627
Binary10001101101111000101010011111011111010111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115B62; }

 p { color: rgb(17,91,98); }

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

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

 a { background-color: rgb(17,91,98); }

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

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

 span { border-color: rgb(17,91,98); }

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