#11605B

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

Shades of Blue Stone #11605B

Tints of Blue Stone #11605B

Color information

#11605B (or 0x11605B) is unknown color: approx Blue Stone. HEX triplet: 11, 60 and 5B. RGB value is (17,96,91). Sum of RGB (Red+Green+Blue) = 17+96+91=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #11605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11605B is #EE9FA4. Grayscale: #474747. Windows color (decimal): -15638437 or 5988369. OLE color: 5988369.

HSL color Cylindrical-coordinate representation of color #11605B: hue angle of 176.2º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11605B is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB179691-
CMYK0.8200.050.62
HSL176.2º69.91%22.16%-
HSV(B)176.2º82.29%37.65%-
XYZ6.39.2411.35-
YUV71.81138.8388.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=8.33%
G=47.06%
B=44.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796910.8200.050.62176.269.9122.16
Hex11605B52053Eb04616
Octal21140133122057626010626
Binary10001110000010110111010010010111111010110000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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