#115566

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

Shades of Blue Lagoon #115566

Tints of Blue Lagoon #115566

Color information

#115566 (or 0x115566) is unknown color: approx Blue Lagoon. HEX triplet: 11, 55 and 66. RGB value is (17,85,102). Sum of RGB (Red+Green+Blue) = 17+85+102=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #115566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115566 is #EEAA99. Grayscale: #424242. Windows color (decimal): -15641242 or 6706449. OLE color: 6706449.

HSL color Cylindrical-coordinate representation of color #115566: hue angle of 192º 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 #115566 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1785102-
CMYK0.830.1700.6
HSL192º71.43%23.33%-
HSV(B)192º83.33%40%-
XYZ5.887.5813.72-
YUV66.61147.9792.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 102 (40.23% from 255) = 50%
R=8.33%
G=41.67%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17851020.830.1700.619271.4323.33
Hex115566531103Cc04717
Octal211251461232107430010727
Binary1000110101011100110101001110001011110011000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115566; }

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

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

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

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

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

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

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

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