#11555F

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

Shades of Blue Stone #11555F

Tints of Blue Stone #11555F

Color information

#11555F (or 0x11555F) is unknown color: approx Blue Stone. HEX triplet: 11, 55 and 5F. RGB value is (17,85,95). Sum of RGB (Red+Green+Blue) = 17+85+95=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #11555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11555F is #EEAAA0. Grayscale: #414141. Windows color (decimal): -15641249 or 6247697. OLE color: 6247697.

HSL color Cylindrical-coordinate representation of color #11555F: hue angle of 187.69º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11555F is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB178595-
CMYK0.820.1100.63
HSL187.69º69.64%21.96%-
HSV(B)187.69º82.11%37.25%-
XYZ5.557.4411.97-
YUV65.81144.4793.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=8.63%
G=43.15%
B=48.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1785950.820.1100.63187.6969.6421.96
Hex11555F52B03Fbc4616
Octal211251371221307727410626
Binary100011010101101111110100101011011111110111100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11555F; }

 p { color: rgb(17,85,95); }

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

<style>
 a { background-color: #11555F; }

 a { background-color: rgb(17,85,95); }

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

<style>
 span { border-color: #11555F; }

 span { border-color: rgb(17,85,95); }

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