#11585B

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

Shades of Blue Stone #11585B

Tints of Blue Stone #11585B

Color information

#11585B (or 0x11585B) is unknown color: approx Blue Stone. HEX triplet: 11, 58 and 5B. RGB value is (17,88,91). Sum of RGB (Red+Green+Blue) = 17+88+91=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #11585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11585B is #EEA7A4. Grayscale: #434343. Windows color (decimal): -15640485 or 5986321. OLE color: 5986321.

HSL color Cylindrical-coordinate representation of color #11585B: hue angle of 182.43º 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 #11585B is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB178891-
CMYK0.810.0300.64
HSL182.43º68.52%21.18%-
HSV(B)182.43º81.32%35.69%-
XYZ5.617.8511.12-
YUV67.11141.4892.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 88 (34.77% from 255) = 44.90%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=8.67%
G=44.90%
B=46.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1788910.810.0300.64182.4368.5221.18
Hex11585B513040b64515
Octal211301331213010026610525
Binary10001101100010110111010001110100000010110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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