#055A7F

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

Shades of Blue Lagoon #055A7F

Tints of Blue Lagoon #055A7F

Color information

#055A7F (or 0x055A7F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 7F. RGB value is (5,90,127). Sum of RGB (Red+Green+Blue) = 5+90+127=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #055A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A7F is #FAA580. Grayscale: #444444. Windows color (decimal): -16426369 or 8346117. OLE color: 8346117.

HSL color Cylindrical-coordinate representation of color #055A7F: hue angle of 198.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055A7F is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB590127-
CMYK0.960.2900.50
HSL198.2º92.42%25.88%-
HSV(B)198.2º96.06%49.8%-
XYZ7.558.8821.39-
YUV68.8160.8482.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 90 (35.55% from 255) = 40.54%
BLUE value IS 127 (50% from 255) = 57.21%
R=2.25%
G=40.54%
B=57.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5901270.960.2900.50198.292.4225.88
Hex55A7F601D032c65c1a
Octal51321771403506230613432
Binary10110110101111111110000011101011001011000110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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