#055668

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

Shades of Blue Lagoon #055668

Tints of Blue Lagoon #055668

Color information

#055668 (or 0x055668) is unknown color: approx Blue Lagoon. HEX triplet: 05, 56 and 68. RGB value is (5,86,104). Sum of RGB (Red+Green+Blue) = 5+86+104=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #055668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055668 is #FAA997. Grayscale: #3F3F3F. Windows color (decimal): -16427416 or 6837765. OLE color: 6837765.

HSL color Cylindrical-coordinate representation of color #055668: hue angle of 190.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055668 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB586104-
CMYK0.950.1700.59
HSL190.91º90.83%21.37%-
HSV(B)190.91º95.19%40.78%-
XYZ5.897.6914.27-
YUV63.83150.6686.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 104 (41.02% from 255) = 53.33%
R=2.56%
G=44.10%
B=53.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5861040.950.1700.59190.9190.8321.37
Hex556685F1103Bbf5b15
Octal51261501372107327713325
Binary10110101101101000101111110001011101110111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055668; }

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

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

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

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

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

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

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

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