Shades of Blue Lagoon #056768
Tints of Blue Lagoon #056768
RGB
CMYK
RGB Variations
Color information
#056768 (or 0x056768) is known color: Blue Lagoon. HEX triplet: 05, 67 and 68. RGB value is (5,103,104). Sum of RGB (Red+Green+Blue) = 5+103+104=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #056768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056768 is #FA9897. Grayscale: #494949. Windows color (decimal): -16423064 or 6842117. OLE color: 6842117.
HSL color Cylindrical-coordinate representation of color #056768: hue angle of 180.61º 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 #056768 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 103 | 104 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.59 |
| HSL | 180.61º | 0.91% | 0.21% | - |
| HSV(B) | 180.61º | 0.95% | 0.41% | - |
| XYZ | 7.41 | 10.73 | 14.78 | - |
| YUV | 73.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 104 | 0.95 | 0.01 | 0 | 0.59 | 180.61 | 0.91 | 0.21 |
| Hex | 5 | 67 | 68 | 5F | 1 | 0 | 3B | B5 | 5B | 15 |
| Octal | 5 | 147 | 150 | 137 | 1 | 0 | 73 | 265 | 133 | 25 |
| Binary | 101 | 1100111 | 1101000 | 1011111 | 1 | 0 | 111011 | 10110101 | 1011011 | 10101 |
Color Harmonies of #056768
Complementary color
Monochromatic Colors of #056768
Black with #056768
Text Example
Text Example
White with #056768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056768; }
p { color: rgb(5,103,104); }
H1.HeaderClassName
{
color: #056768;
}
.AnyTagClassName
{
color: #056768;
}
</style>
background-color css
<style>
a { background-color: #056768; }
a { background-color: rgb(5,103,104); }
div.DivClassName
{
background-color: #056768;
}
.BgClassName
{
background-color: #056768;
}
</style>
border-color css
<style>
span { border-color: #056768; }
span { border-color: rgb(5,103,104); }
td.TdClassName
{
border-color: #056768;
}
.TagClassName
{
border-color: #056768;
}
</style>