Shades of Blue Lagoon #055A6A
Tints of Blue Lagoon #055A6A
RGB
CMYK
RGB Variations
Color information
#055A6A (or 0x055A6A) is known color: 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
| RGB | 5 | 90 | 106 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.58 |
| HSL | 189.5º | 0.91% | 0.22% | - |
| HSV(B) | 189.5º | 0.95% | 0.42% | - |
| XYZ | 6.32 | 8.39 | 14.92 | - |
| YUV | 66.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 106 | 0.95 | 0.15 | 0 | 0.58 | 189.5 | 0.91 | 0.22 |
| Hex | 5 | 5A | 6A | 5F | F | 0 | 3A | BE | 5B | 16 |
| Octal | 5 | 132 | 152 | 137 | 17 | 0 | 72 | 276 | 133 | 26 |
| Binary | 101 | 1011010 | 1101010 | 1011111 | 1111 | 0 | 111010 | 10111110 | 1011011 | 10110 |
Color Harmonies of #055A6A
Complementary color
Monochromatic Colors of #055A6A
Black with #055A6A
Text Example
Text Example
White with #055A6A
Text Example
Text Example
HTML Codes & Css Web 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>