Shades of Blue Lagoon #07566D
Tints of Blue Lagoon #07566D
RGB
CMYK
RGB Variations
Color information
#07566D (or 0x07566D) is known color: Blue Lagoon. HEX triplet: 07, 56 and 6D. RGB value is (7,86,109). Sum of RGB (Red+Green+Blue) = 7+86+109=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #07566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07566D is #F8A992. Grayscale: #404040. Windows color (decimal): -16296339 or 7165447. OLE color: 7165447.
HSL color Cylindrical-coordinate representation of color #07566D: hue angle of 193.53º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07566D is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 86 | 109 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.57 |
| HSL | 193.53º | 0.88% | 0.23% | - |
| HSV(B) | 193.53º | 0.94% | 0.43% | - |
| XYZ | 6.18 | 7.8 | 15.65 | - |
| YUV | 65 | 152.83 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 109 | 0.94 | 0.21 | 0 | 0.57 | 193.53 | 0.88 | 0.23 |
| Hex | 7 | 56 | 6D | 5E | 15 | 0 | 39 | C2 | 58 | 17 |
| Octal | 7 | 126 | 155 | 136 | 25 | 0 | 71 | 302 | 130 | 27 |
| Binary | 111 | 1010110 | 1101101 | 1011110 | 10101 | 0 | 111001 | 11000010 | 1011000 | 10111 |
Color Harmonies of #07566D
Complementary color
Monochromatic Colors of #07566D
Black with #07566D
Text Example
Text Example
White with #07566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07566D; }
p { color: rgb(7,86,109); }
H1.HeaderClassName
{
color: #07566D;
}
.AnyTagClassName
{
color: #07566D;
}
</style>
background-color css
<style>
a { background-color: #07566D; }
a { background-color: rgb(7,86,109); }
div.DivClassName
{
background-color: #07566D;
}
.BgClassName
{
background-color: #07566D;
}
</style>
border-color css
<style>
span { border-color: #07566D; }
span { border-color: rgb(7,86,109); }
td.TdClassName
{
border-color: #07566D;
}
.TagClassName
{
border-color: #07566D;
}
</style>