#055A6D

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

Shades of Blue Lagoon #055A6D

Tints of Blue Lagoon #055A6D

Color information

#055A6D (or 0x055A6D) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 6D. RGB value is (5,90,109). Sum of RGB (Red+Green+Blue) = 5+90+109=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #055A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A6D is #FAA592. Grayscale: #424242. Windows color (decimal): -16426387 or 7166469. OLE color: 7166469.

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

Color convert

RGB590109-
CMYK0.950.1700.57
HSL190.96º91.23%22.35%-
HSV(B)190.96º95.41%42.75%-
XYZ6.488.4515.76-
YUV66.75151.8483.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=2.45%
G=44.12%
B=53.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5901090.950.1700.57190.9691.2322.35
Hex55A6D5F11039bf5b16
Octal51321551372107127713326
Binary10110110101101101101111110001011100110111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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