#055A69

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

Shades of Blue Lagoon #055A69

Tints of Blue Lagoon #055A69

Color information

#055A69 (or 0x055A69) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 69. RGB value is (5,90,105). Sum of RGB (Red+Green+Blue) = 5+90+105=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #055A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A69 is #FAA596. Grayscale: #424242. Windows color (decimal): -16426391 or 6904325. OLE color: 6904325.

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

Color convert

RGB590105-
CMYK0.950.1400.59
HSL189º90.91%21.57%-
HSV(B)189º95.24%41.18%-
XYZ6.278.3614.65-
YUV66.3149.8484.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 90 (35.55% from 255) = 45%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=2.5%
G=45%
B=52.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5901050.950.1400.5918990.9121.57
Hex55A695FE03Bbd5b16
Octal51321511371607327513326
Binary1011011010110100110111111110011101110111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055A69; }

 p { color: rgb(5,90,105); }

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

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

 a { background-color: rgb(5,90,105); }

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

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

 span { border-color: rgb(5,90,105); }

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