Shades of Blue Lagoon #055567
Tints of Blue Lagoon #055567
RGB
CMYK
RGB Variations
Color information
#055567 (or 0x055567) is known color: Blue Lagoon. HEX triplet: 05, 55 and 67. RGB value is (5,85,103). Sum of RGB (Red+Green+Blue) = 5+85+103=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #055567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055567 is #FAAA98. Grayscale: #3E3E3E. Windows color (decimal): -16427673 or 6771973. OLE color: 6771973.
HSL color Cylindrical-coordinate representation of color #055567: hue angle of 191.02º 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 #055567 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 85 | 103 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.60 |
| HSL | 191.02º | 0.91% | 0.21% | - |
| HSV(B) | 191.02º | 0.95% | 0.4% | - |
| XYZ | 5.76 | 7.51 | 13.98 | - |
| YUV | 63.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 103 | 0.95 | 0.17 | 0 | 0.60 | 191.02 | 0.91 | 0.21 |
| Hex | 5 | 55 | 67 | 5F | 11 | 0 | 3C | BF | 5B | 15 |
| Octal | 5 | 125 | 147 | 137 | 21 | 0 | 74 | 277 | 133 | 25 |
| Binary | 101 | 1010101 | 1100111 | 1011111 | 10001 | 0 | 111100 | 10111111 | 1011011 | 10101 |
Color Harmonies of #055567
Complementary color
Monochromatic Colors of #055567
Black with #055567
Text Example
Text Example
White with #055567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055567; }
p { color: rgb(5,85,103); }
H1.HeaderClassName
{
color: #055567;
}
.AnyTagClassName
{
color: #055567;
}
</style>
background-color css
<style>
a { background-color: #055567; }
a { background-color: rgb(5,85,103); }
div.DivClassName
{
background-color: #055567;
}
.BgClassName
{
background-color: #055567;
}
</style>
border-color css
<style>
span { border-color: #055567; }
span { border-color: rgb(5,85,103); }
td.TdClassName
{
border-color: #055567;
}
.TagClassName
{
border-color: #055567;
}
</style>