#055A6B

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

Shades of Blue Lagoon #055A6B

Tints of Blue Lagoon #055A6B

Color information

#055A6B (or 0x055A6B) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 6B. RGB value is (5,90,107). Sum of RGB (Red+Green+Blue) = 5+90+107=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #055A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A6B is #FAA594. Grayscale: #424242. Windows color (decimal): -16426389 or 7035397. OLE color: 7035397.

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

Color convert

RGB590107-
CMYK0.950.1600.58
HSL190º91.07%21.96%-
HSV(B)190º95.33%41.96%-
XYZ6.378.4115.2-
YUV66.52150.8484.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 107 (42.19% from 255) = 52.97%
R=2.48%
G=44.55%
B=52.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5901070.950.1600.5819091.0721.96
Hex55A6B5F1003Abe5b16
Octal51321531372007227613326
Binary10110110101101011101111110000011101010111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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