#05566E

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

Shades of Blue Lagoon #05566E

Tints of Blue Lagoon #05566E

Color information

#05566E (or 0x05566E) is unknown color: approx Blue Lagoon. HEX triplet: 05, 56 and 6E. RGB value is (5,86,110). Sum of RGB (Red+Green+Blue) = 5+86+110=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #05566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05566E is #FAA991. Grayscale: #404040. Windows color (decimal): -16427410 or 7230981. OLE color: 7230981.

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

Color convert

RGB586110-
CMYK0.950.2200.57
HSL193.71º91.3%22.55%-
HSV(B)193.71º95.45%43.14%-
XYZ6.27.8115.93-
YUV64.52153.6685.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 110 (43.36% from 255) = 54.73%
R=2.49%
G=42.79%
B=54.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5861100.950.2200.57193.7191.322.55
Hex5566E5F16039c25b17
Octal51261561372607130213327
Binary10110101101101110101111110110011100111000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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