Shades of Blue Lagoon #054E65
Tints of Blue Lagoon #054E65
RGB
CMYK
RGB Variations
Color information
#054E65 (or 0x054E65) is known color: Blue Lagoon. HEX triplet: 05, 4E and 65. RGB value is (5,78,101). Sum of RGB (Red+Green+Blue) = 5+78+101=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #054E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054E65 is #FAB19A. Grayscale: #3A3A3A. Windows color (decimal): -16429467 or 6639109. OLE color: 6639109.
HSL color Cylindrical-coordinate representation of color #054E65: hue angle of 194.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054E65 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 78 | 101 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.60 |
| HSL | 194.38º | 0.91% | 0.21% | - |
| HSV(B) | 194.38º | 0.95% | 0.4% | - |
| XYZ | 5.14 | 6.42 | 13.28 | - |
| YUV | 58.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 101 | 0.95 | 0.23 | 0 | 0.60 | 194.38 | 0.91 | 0.21 |
| Hex | 5 | 4E | 65 | 5F | 17 | 0 | 3C | C2 | 5B | 15 |
| Octal | 5 | 116 | 145 | 137 | 27 | 0 | 74 | 302 | 133 | 25 |
| Binary | 101 | 1001110 | 1100101 | 1011111 | 10111 | 0 | 111100 | 11000010 | 1011011 | 10101 |
Color Harmonies of #054E65
Complementary color
Monochromatic Colors of #054E65
Black with #054E65
Text Example
Text Example
White with #054E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E65; }
p { color: rgb(5,78,101); }
H1.HeaderClassName
{
color: #054E65;
}
.AnyTagClassName
{
color: #054E65;
}
</style>
background-color css
<style>
a { background-color: #054E65; }
a { background-color: rgb(5,78,101); }
div.DivClassName
{
background-color: #054E65;
}
.BgClassName
{
background-color: #054E65;
}
</style>
border-color css
<style>
span { border-color: #054E65; }
span { border-color: rgb(5,78,101); }
td.TdClassName
{
border-color: #054E65;
}
.TagClassName
{
border-color: #054E65;
}
</style>