Shades of Blue Lagoon #055468
Tints of Blue Lagoon #055468
RGB
CMYK
RGB Variations
Color information
#055468 (or 0x055468) is known color: Blue Lagoon. HEX triplet: 05, 54 and 68. RGB value is (5,84,104). Sum of RGB (Red+Green+Blue) = 5+84+104=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #055468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055468 is #FAAB97. Grayscale: #3E3E3E. Windows color (decimal): -16427928 or 6837253. OLE color: 6837253.
HSL color Cylindrical-coordinate representation of color #055468: hue angle of 192.12º 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 #055468 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 84 | 104 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.59 |
| HSL | 192.12º | 0.91% | 0.21% | - |
| HSV(B) | 192.12º | 0.95% | 0.41% | - |
| XYZ | 5.73 | 7.37 | 14.22 | - |
| YUV | 62.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 104 | 0.95 | 0.19 | 0 | 0.59 | 192.12 | 0.91 | 0.21 |
| Hex | 5 | 54 | 68 | 5F | 13 | 0 | 3B | C0 | 5B | 15 |
| Octal | 5 | 124 | 150 | 137 | 23 | 0 | 73 | 300 | 133 | 25 |
| Binary | 101 | 1010100 | 1101000 | 1011111 | 10011 | 0 | 111011 | 11000000 | 1011011 | 10101 |
Color Harmonies of #055468
Complementary color
Monochromatic Colors of #055468
Black with #055468
Text Example
Text Example
White with #055468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055468; }
p { color: rgb(5,84,104); }
H1.HeaderClassName
{
color: #055468;
}
.AnyTagClassName
{
color: #055468;
}
</style>
background-color css
<style>
a { background-color: #055468; }
a { background-color: rgb(5,84,104); }
div.DivClassName
{
background-color: #055468;
}
.BgClassName
{
background-color: #055468;
}
</style>
border-color css
<style>
span { border-color: #055468; }
span { border-color: rgb(5,84,104); }
td.TdClassName
{
border-color: #055468;
}
.TagClassName
{
border-color: #055468;
}
</style>