Shades of Blue Lagoon #055D68
Tints of Blue Lagoon #055D68
RGB
CMYK
RGB Variations
Color information
#055D68 (or 0x055D68) is known color: Blue Lagoon. HEX triplet: 05, 5D and 68. RGB value is (5,93,104). Sum of RGB (Red+Green+Blue) = 5+93+104=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #055D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D68 is #FAA297. Grayscale: #434343. Windows color (decimal): -16425624 or 6839557. OLE color: 6839557.
HSL color Cylindrical-coordinate representation of color #055D68: hue angle of 186.67º 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 #055D68 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 93 | 104 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.59 |
| HSL | 186.67º | 0.91% | 0.21% | - |
| HSV(B) | 186.67º | 0.95% | 0.41% | - |
| XYZ | 6.48 | 8.86 | 14.47 | - |
| YUV | 67.94 | 148.35 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 104 | 0.95 | 0.11 | 0 | 0.59 | 186.67 | 0.91 | 0.21 |
| Hex | 5 | 5D | 68 | 5F | B | 0 | 3B | BB | 5B | 15 |
| Octal | 5 | 135 | 150 | 137 | 13 | 0 | 73 | 273 | 133 | 25 |
| Binary | 101 | 1011101 | 1101000 | 1011111 | 1011 | 0 | 111011 | 10111011 | 1011011 | 10101 |
Color Harmonies of #055D68
Complementary color
Monochromatic Colors of #055D68
Black with #055D68
Text Example
Text Example
White with #055D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D68; }
p { color: rgb(5,93,104); }
H1.HeaderClassName
{
color: #055D68;
}
.AnyTagClassName
{
color: #055D68;
}
</style>
background-color css
<style>
a { background-color: #055D68; }
a { background-color: rgb(5,93,104); }
div.DivClassName
{
background-color: #055D68;
}
.BgClassName
{
background-color: #055D68;
}
</style>
border-color css
<style>
span { border-color: #055D68; }
span { border-color: rgb(5,93,104); }
td.TdClassName
{
border-color: #055D68;
}
.TagClassName
{
border-color: #055D68;
}
</style>