#055A6A

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

Shades of Blue Lagoon #055A6A

Tints of Blue Lagoon #055A6A

Color information

#055A6A (or 0x055A6A) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 6A. RGB value is (5,90,106). Sum of RGB (Red+Green+Blue) = 5+90+106=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #055A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A6A is #FAA595. Grayscale: #424242. Windows color (decimal): -16426390 or 6969861. OLE color: 6969861.

HSL color Cylindrical-coordinate representation of color #055A6A: hue angle of 189.5º 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 #055A6A is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB590106-
CMYK0.950.1500.58
HSL189.5º90.99%21.76%-
HSV(B)189.5º95.28%41.57%-
XYZ6.328.3914.92-
YUV66.41150.3484.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 106 (41.80% from 255) = 52.74%
R=2.49%
G=44.78%
B=52.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5901060.950.1500.58189.590.9921.76
Hex55A6A5FF03Abe5b16
Octal51321521371707227613326
Binary1011011010110101010111111111011101010111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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