#115B5D

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

Shades of Blue Stone #115B5D

Tints of Blue Stone #115B5D

Color information

#115B5D (or 0x115B5D) is unknown color: approx Blue Stone. HEX triplet: 11, 5B and 5D. RGB value is (17,91,93). Sum of RGB (Red+Green+Blue) = 17+91+93=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #115B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B5D is #EEA4A2. Grayscale: #454545. Windows color (decimal): -15639715 or 6118161. OLE color: 6118161.

HSL color Cylindrical-coordinate representation of color #115B5D: hue angle of 181.58º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115B5D is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB179193-
CMYK0.820.0200.64
HSL181.58º69.09%21.57%-
HSV(B)181.58º81.72%36.47%-
XYZ5.958.3911.66-
YUV69.1141.4890.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 91 (35.94% from 255) = 45.27%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=8.46%
G=45.27%
B=46.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1791930.820.0200.64181.5869.0921.57
Hex115B5D522040b64516
Octal211331351222010026610526
Binary10001101101110111011010010100100000010110110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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