#105568

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

Shades of Blue Lagoon #105568

Tints of Blue Lagoon #105568

Color information

#105568 (or 0x105568) is unknown color: approx Blue Lagoon. HEX triplet: 10, 55 and 68. RGB value is (16,85,104). Sum of RGB (Red+Green+Blue) = 16+85+104=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #105568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105568 is #EFAA97. Grayscale: #424242. Windows color (decimal): -15706776 or 6837520. OLE color: 6837520.

HSL color Cylindrical-coordinate representation of color #105568: hue angle of 192.95º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105568 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1685104-
CMYK0.850.1800.59
HSL192.95º73.33%23.53%-
HSV(B)192.95º84.62%40.78%-
XYZ5.967.6114.25-
YUV66.54149.1491.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=7.80%
G=41.46%
B=50.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16851040.850.1800.59192.9573.3323.53
Hex105568551203Bc14918
Octal201251501252207330111130
Binary1000010101011101000101010110010011101111000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105568; }

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

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

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

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

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

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

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

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