#11565A

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

Shades of Blue Stone #11565A

Tints of Blue Stone #11565A

Color information

#11565A (or 0x11565A) is unknown color: approx Blue Stone. HEX triplet: 11, 56 and 5A. RGB value is (17,86,90). Sum of RGB (Red+Green+Blue) = 17+86+90=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #11565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11565A is #EEA9A5. Grayscale: #414141. Windows color (decimal): -15640998 or 5920273. OLE color: 5920273.

HSL color Cylindrical-coordinate representation of color #11565A: hue angle of 183.29º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11565A is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB178690-
CMYK0.810.0400.65
HSL183.29º68.22%20.98%-
HSV(B)183.29º81.11%35.29%-
XYZ5.47.5110.84-
YUV65.82141.6493.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=8.81%
G=44.56%
B=46.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1786900.810.0400.65183.2968.2220.98
Hex11565A514041b74415
Octal211261321214010126710425
Binary100011010110101101010100011000100000110110111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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