#11655B

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

Shades of Blue Stone #11655B

Tints of Blue Stone #11655B

Color information

#11655B (or 0x11655B) is unknown color: approx Blue Stone. HEX triplet: 11, 65 and 5B. RGB value is (17,101,91). Sum of RGB (Red+Green+Blue) = 17+101+91=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #11655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11655B is #EE9AA4. Grayscale: #4A4A4A. Windows color (decimal): -15637157 or 5989649. OLE color: 5989649.

HSL color Cylindrical-coordinate representation of color #11655B: hue angle of 172.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11655B is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1710191-
CMYK0.8300.100.60
HSL172.86º71.19%23.14%-
HSV(B)172.86º83.17%39.61%-
XYZ6.7710.1811.51-
YUV74.74137.1786.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 101 (39.84% from 255) = 48.33%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=8.13%
G=48.33%
B=43.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17101910.8300.100.60172.8671.1923.14
Hex11655B530A3Cad4717
Octal211451331230127425510727
Binary100011100101101101110100110101011110010101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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