#115564

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

Shades of Blue Stone #115564

Tints of Blue Stone #115564

Color information

#115564 (or 0x115564) is unknown color: approx Blue Stone. HEX triplet: 11, 55 and 64. RGB value is (17,85,100). Sum of RGB (Red+Green+Blue) = 17+85+100=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #115564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115564 is #EEAA9B. Grayscale: #424242. Windows color (decimal): -15641244 or 6575377. OLE color: 6575377.

HSL color Cylindrical-coordinate representation of color #115564: hue angle of 190.84º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115564 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1785100-
CMYK0.830.1500.61
HSL190.84º70.94%22.94%-
HSV(B)190.84º83%39.22%-
XYZ5.787.5413.21-
YUV66.38146.9792.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 100 (39.45% from 255) = 49.50%
R=8.42%
G=42.08%
B=49.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17851000.830.1500.61190.8470.9422.94
Hex11556453F03Dbf4717
Octal211251441231707527710727
Binary100011010101110010010100111111011110110111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115564; }

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

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

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

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

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

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

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

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