Shades of Blue Lagoon #054E69
Tints of Blue Lagoon #054E69
RGB
CMYK
RGB Variations
Color information
#054E69 (or 0x054E69) is known color: Blue Lagoon. HEX triplet: 05, 4E and 69. RGB value is (5,78,105). Sum of RGB (Red+Green+Blue) = 5+78+105=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #054E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E69 is #FAB196. Grayscale: #3B3B3B. Windows color (decimal): -16429463 or 6901253. OLE color: 6901253.
HSL color Cylindrical-coordinate representation of color #054E69: hue angle of 196.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054E69 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 78 | 105 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.59 |
| HSL | 196.2º | 0.91% | 0.22% | - |
| HSV(B) | 196.2º | 0.95% | 0.41% | - |
| XYZ | 5.34 | 6.5 | 14.34 | - |
| YUV | 59.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 105 | 0.95 | 0.26 | 0 | 0.59 | 196.2 | 0.91 | 0.22 |
| Hex | 5 | 4E | 69 | 5F | 1A | 0 | 3B | C4 | 5B | 16 |
| Octal | 5 | 116 | 151 | 137 | 32 | 0 | 73 | 304 | 133 | 26 |
| Binary | 101 | 1001110 | 1101001 | 1011111 | 11010 | 0 | 111011 | 11000100 | 1011011 | 10110 |
Color Harmonies of #054E69
Complementary color
Monochromatic Colors of #054E69
Black with #054E69
Text Example
Text Example
White with #054E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E69; }
p { color: rgb(5,78,105); }
H1.HeaderClassName
{
color: #054E69;
}
.AnyTagClassName
{
color: #054E69;
}
</style>
background-color css
<style>
a { background-color: #054E69; }
a { background-color: rgb(5,78,105); }
div.DivClassName
{
background-color: #054E69;
}
.BgClassName
{
background-color: #054E69;
}
</style>
border-color css
<style>
span { border-color: #054E69; }
span { border-color: rgb(5,78,105); }
td.TdClassName
{
border-color: #054E69;
}
.TagClassName
{
border-color: #054E69;
}
</style>