#11575B

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

Shades of Blue Stone #11575B

Tints of Blue Stone #11575B

Color information

#11575B (or 0x11575B) is unknown color: approx Blue Stone. HEX triplet: 11, 57 and 5B. RGB value is (17,87,91). Sum of RGB (Red+Green+Blue) = 17+87+91=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #11575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11575B is #EEA8A4. Grayscale: #424242. Windows color (decimal): -15640741 or 5986065. OLE color: 5986065.

HSL color Cylindrical-coordinate representation of color #11575B: hue angle of 183.24º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11575B is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB178791-
CMYK0.810.0400.64
HSL183.24º68.52%21.18%-
HSV(B)183.24º81.32%35.69%-
XYZ5.537.6911.09-
YUV66.53141.8192.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=8.72%
G=44.62%
B=46.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1787910.810.0400.64183.2468.5221.18
Hex11575B514040b74515
Octal211271331214010026710525
Binary100011010111101101110100011000100000010110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11575B; }

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

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

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

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

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

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

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

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