Shades of Blue Lagoon #054D64
Tints of Blue Lagoon #054D64
RGB
CMYK
RGB Variations
Color information
#054D64 (or 0x054D64) is known color: Blue Lagoon. HEX triplet: 05, 4D and 64. RGB value is (5,77,100). Sum of RGB (Red+Green+Blue) = 5+77+100=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #054D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054D64 is #FAB29B. Grayscale: #393939. Windows color (decimal): -16429724 or 6573317. OLE color: 6573317.
HSL color Cylindrical-coordinate representation of color #054D64: hue angle of 194.53º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054D64 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 77 | 100 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.61 |
| HSL | 194.53º | 0.9% | 0.21% | - |
| HSV(B) | 194.53º | 0.95% | 0.39% | - |
| XYZ | 5.02 | 6.26 | 13 | - |
| YUV | 58.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 100 | 0.95 | 0.23 | 0 | 0.61 | 194.53 | 0.9 | 0.21 |
| Hex | 5 | 4D | 64 | 5F | 17 | 0 | 3D | C3 | 5A | 15 |
| Octal | 5 | 115 | 144 | 137 | 27 | 0 | 75 | 303 | 132 | 25 |
| Binary | 101 | 1001101 | 1100100 | 1011111 | 10111 | 0 | 111101 | 11000011 | 1011010 | 10101 |
Color Harmonies of #054D64
Complementary color
Monochromatic Colors of #054D64
Black with #054D64
Text Example
Text Example
White with #054D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D64; }
p { color: rgb(5,77,100); }
H1.HeaderClassName
{
color: #054D64;
}
.AnyTagClassName
{
color: #054D64;
}
</style>
background-color css
<style>
a { background-color: #054D64; }
a { background-color: rgb(5,77,100); }
div.DivClassName
{
background-color: #054D64;
}
.BgClassName
{
background-color: #054D64;
}
</style>
border-color css
<style>
span { border-color: #054D64; }
span { border-color: rgb(5,77,100); }
td.TdClassName
{
border-color: #054D64;
}
.TagClassName
{
border-color: #054D64;
}
</style>