Shades of Blue Lagoon #054F64
Tints of Blue Lagoon #054F64
RGB
CMYK
RGB Variations
Color information
#054F64 (or 0x054F64) is known color: Blue Lagoon. HEX triplet: 05, 4F and 64. RGB value is (5,79,100). Sum of RGB (Red+Green+Blue) = 5+79+100=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #054F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #054F64 is #FAB09B. Grayscale: #3B3B3B. Windows color (decimal): -16429212 or 6573829. OLE color: 6573829.
HSL color Cylindrical-coordinate representation of color #054F64: hue angle of 193.26º 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 #054F64 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 79 | 100 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.61 |
| HSL | 193.26º | 0.9% | 0.21% | - |
| HSV(B) | 193.26º | 0.95% | 0.39% | - |
| XYZ | 5.16 | 6.54 | 13.05 | - |
| YUV | 59.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 100 | 0.95 | 0.21 | 0 | 0.61 | 193.26 | 0.9 | 0.21 |
| Hex | 5 | 4F | 64 | 5F | 15 | 0 | 3D | C1 | 5A | 15 |
| Octal | 5 | 117 | 144 | 137 | 25 | 0 | 75 | 301 | 132 | 25 |
| Binary | 101 | 1001111 | 1100100 | 1011111 | 10101 | 0 | 111101 | 11000001 | 1011010 | 10101 |
Color Harmonies of #054F64
Complementary color
Monochromatic Colors of #054F64
Black with #054F64
Text Example
Text Example
White with #054F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F64; }
p { color: rgb(5,79,100); }
H1.HeaderClassName
{
color: #054F64;
}
.AnyTagClassName
{
color: #054F64;
}
</style>
background-color css
<style>
a { background-color: #054F64; }
a { background-color: rgb(5,79,100); }
div.DivClassName
{
background-color: #054F64;
}
.BgClassName
{
background-color: #054F64;
}
</style>
border-color css
<style>
span { border-color: #054F64; }
span { border-color: rgb(5,79,100); }
td.TdClassName
{
border-color: #054F64;
}
.TagClassName
{
border-color: #054F64;
}
</style>