#05566A

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

Shades of Blue Lagoon #05566A

Tints of Blue Lagoon #05566A

Color information

#05566A (or 0x05566A) is unknown color: approx Blue Lagoon. HEX triplet: 05, 56 and 6A. RGB value is (5,86,106). Sum of RGB (Red+Green+Blue) = 5+86+106=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #05566A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05566A is #FAA995. Grayscale: #3F3F3F. Windows color (decimal): -16427414 or 6968837. OLE color: 6968837.

HSL color Cylindrical-coordinate representation of color #05566A: hue angle of 191.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05566A is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB586106-
CMYK0.950.1900.58
HSL191.88º90.99%21.76%-
HSV(B)191.88º95.28%41.57%-
XYZ5.997.7314.81-
YUV64.06151.6685.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 106 (41.80% from 255) = 53.81%
R=2.54%
G=43.65%
B=53.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5861060.950.1900.58191.8890.9921.76
Hex5566A5F1303Ac05b16
Octal51261521372307230013326
Binary10110101101101010101111110011011101011000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05566A; }

 p { color: rgb(5,86,106); }

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

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

 a { background-color: rgb(5,86,106); }

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

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

 span { border-color: rgb(5,86,106); }

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