Shades of Blue Lagoon #054E68
Tints of Blue Lagoon #054E68
RGB
CMYK
RGB Variations
Color information
#054E68 (or 0x054E68) is known color: Blue Lagoon. HEX triplet: 05, 4E and 68. RGB value is (5,78,104). Sum of RGB (Red+Green+Blue) = 5+78+104=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #054E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E68 is #FAB197. Grayscale: #3A3A3A. Windows color (decimal): -16429464 or 6835717. OLE color: 6835717.
HSL color Cylindrical-coordinate representation of color #054E68: hue angle of 195.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054E68 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 78 | 104 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.59 |
| HSL | 195.76º | 0.91% | 0.21% | - |
| HSV(B) | 195.76º | 0.95% | 0.41% | - |
| XYZ | 5.29 | 6.48 | 14.07 | - |
| YUV | 59.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 104 | 0.95 | 0.25 | 0 | 0.59 | 195.76 | 0.91 | 0.21 |
| Hex | 5 | 4E | 68 | 5F | 19 | 0 | 3B | C4 | 5B | 15 |
| Octal | 5 | 116 | 150 | 137 | 31 | 0 | 73 | 304 | 133 | 25 |
| Binary | 101 | 1001110 | 1101000 | 1011111 | 11001 | 0 | 111011 | 11000100 | 1011011 | 10101 |
Color Harmonies of #054E68
Complementary color
Monochromatic Colors of #054E68
Black with #054E68
Text Example
Text Example
White with #054E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E68; }
p { color: rgb(5,78,104); }
H1.HeaderClassName
{
color: #054E68;
}
.AnyTagClassName
{
color: #054E68;
}
</style>
background-color css
<style>
a { background-color: #054E68; }
a { background-color: rgb(5,78,104); }
div.DivClassName
{
background-color: #054E68;
}
.BgClassName
{
background-color: #054E68;
}
</style>
border-color css
<style>
span { border-color: #054E68; }
span { border-color: rgb(5,78,104); }
td.TdClassName
{
border-color: #054E68;
}
.TagClassName
{
border-color: #054E68;
}
</style>