#055A6F

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

Shades of Blue Lagoon #055A6F

Tints of Blue Lagoon #055A6F

Color information

#055A6F (or 0x055A6F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 6F. RGB value is (5,90,111). Sum of RGB (Red+Green+Blue) = 5+90+111=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #055A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A6F is #FAA590. Grayscale: #424242. Windows color (decimal): -16426385 or 7297541. OLE color: 7297541.

HSL color Cylindrical-coordinate representation of color #055A6F: hue angle of 191.89º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055A6F is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB590111-
CMYK0.950.1900.56
HSL191.89º91.38%22.75%-
HSV(B)191.89º95.5%43.53%-
XYZ6.598.4916.33-
YUV66.98152.8483.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 111 (43.75% from 255) = 53.88%
R=2.43%
G=43.69%
B=53.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5901110.950.1900.56191.8991.3822.75
Hex55A6F5F13038c05b17
Octal51321571372307030013327
Binary10110110101101111101111110011011100011000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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