#11655A

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

Shades of Blue Stone #11655A

Tints of Blue Stone #11655A

Color information

#11655A (or 0x11655A) is unknown color: approx Blue Stone. HEX triplet: 11, 65 and 5A. RGB value is (17,101,90). Sum of RGB (Red+Green+Blue) = 17+101+90=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #11655A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11655A is #EE9AA5. Grayscale: #4A4A4A. Windows color (decimal): -15637158 or 5924113. OLE color: 5924113.

HSL color Cylindrical-coordinate representation of color #11655A: hue angle of 172.14º 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 #11655A is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1710190-
CMYK0.8300.110.60
HSL172.14º71.19%23.14%-
HSV(B)172.14º83.17%39.61%-
XYZ6.7310.1611.28-
YUV74.63136.6786.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=8.17%
G=48.56%
B=43.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17101900.8300.110.60172.1471.1923.14
Hex11655A530B3Cac4717
Octal211451321230137425410727
Binary100011100101101101010100110101111110010101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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