#105565

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

Shades of Blue Lagoon #105565

Tints of Blue Lagoon #105565

Color information

#105565 (or 0x105565) is unknown color: approx Blue Lagoon. HEX triplet: 10, 55 and 65. RGB value is (16,85,101). Sum of RGB (Red+Green+Blue) = 16+85+101=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #105565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105565 is #EFAA9A. Grayscale: #424242. Windows color (decimal): -15706779 or 6640912. OLE color: 6640912.

HSL color Cylindrical-coordinate representation of color #105565: hue angle of 191.29º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105565 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1685101-
CMYK0.840.1600.60
HSL191.29º72.65%22.94%-
HSV(B)191.29º84.16%39.61%-
XYZ5.817.5513.46-
YUV66.19147.6492.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 101 (39.84% from 255) = 50%
R=7.92%
G=42.08%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16851010.840.1600.60191.2972.6522.94
Hex105565541003Cbf4917
Octal201251451242007427711127
Binary1000010101011100101101010010000011110010111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105565; }

 p { color: rgb(16,85,101); }

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

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

 a { background-color: rgb(16,85,101); }

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

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

 span { border-color: rgb(16,85,101); }

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