Shades of Blue Lagoon #056B7D
Tints of Blue Lagoon #056B7D
RGB
CMYK
RGB Variations
Color information
#056B7D (or 0x056B7D) is known color: Blue Lagoon. HEX triplet: 05, 6B and 7D. RGB value is (5,107,125). Sum of RGB (Red+Green+Blue) = 5+107+125=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #056B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B7D is #FA9482. Grayscale: #4E4E4E. Windows color (decimal): -16422019 or 8219397. OLE color: 8219397.
HSL color Cylindrical-coordinate representation of color #056B7D: hue angle of 189º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056B7D is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 107 | 125 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.51 |
| HSL | 189º | 0.92% | 0.25% | - |
| HSV(B) | 189º | 0.96% | 0.49% | - |
| XYZ | 9.02 | 12.03 | 21.25 | - |
| YUV | 78.55 | 154.21 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 125 | 0.96 | 0.14 | 0 | 0.51 | 189 | 0.92 | 0.25 |
| Hex | 5 | 6B | 7D | 60 | E | 0 | 33 | BD | 5C | 19 |
| Octal | 5 | 153 | 175 | 140 | 16 | 0 | 63 | 275 | 134 | 31 |
| Binary | 101 | 1101011 | 1111101 | 1100000 | 1110 | 0 | 110011 | 10111101 | 1011100 | 11001 |
Color Harmonies of #056B7D
Complementary color
Monochromatic Colors of #056B7D
Black with #056B7D
Text Example
Text Example
White with #056B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B7D; }
p { color: rgb(5,107,125); }
H1.HeaderClassName
{
color: #056B7D;
}
.AnyTagClassName
{
color: #056B7D;
}
</style>
background-color css
<style>
a { background-color: #056B7D; }
a { background-color: rgb(5,107,125); }
div.DivClassName
{
background-color: #056B7D;
}
.BgClassName
{
background-color: #056B7D;
}
</style>
border-color css
<style>
span { border-color: #056B7D; }
span { border-color: rgb(5,107,125); }
td.TdClassName
{
border-color: #056B7D;
}
.TagClassName
{
border-color: #056B7D;
}
</style>