#11565D

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

Shades of Blue Stone #11565D

Tints of Blue Stone #11565D

Color information

#11565D (or 0x11565D) is unknown color: approx Blue Stone. HEX triplet: 11, 56 and 5D. RGB value is (17,86,93). Sum of RGB (Red+Green+Blue) = 17+86+93=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #11565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11565D is #EEA9A2. Grayscale: #424242. Windows color (decimal): -15640995 or 6116881. OLE color: 6116881.

HSL color Cylindrical-coordinate representation of color #11565D: hue angle of 185.53º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11565D is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB178693-
CMYK0.820.0800.64
HSL185.53º69.09%21.57%-
HSV(B)185.53º81.72%36.47%-
XYZ5.537.5711.52-
YUV66.17143.1492.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=8.67%
G=43.88%
B=47.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1786930.820.0800.64185.5369.0921.57
Hex11565D528040ba4516
Octal2112613512210010027210526
Binary1000110101101011101101001010000100000010111010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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