Shades of Blue Lagoon #07566C
Tints of Blue Lagoon #07566C
RGB
CMYK
RGB Variations
Color information
#07566C (or 0x07566C) is known color: Blue Lagoon. HEX triplet: 07, 56 and 6C. RGB value is (7,86,108). Sum of RGB (Red+Green+Blue) = 7+86+108=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #07566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07566C is #F8A993. Grayscale: #404040. Windows color (decimal): -16296340 or 7099911. OLE color: 7099911.
HSL color Cylindrical-coordinate representation of color #07566C: hue angle of 193.07º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07566C is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 86 | 108 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.58 |
| HSL | 193.07º | 0.88% | 0.23% | - |
| HSV(B) | 193.07º | 0.94% | 0.42% | - |
| XYZ | 6.12 | 7.78 | 15.37 | - |
| YUV | 64.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 108 | 0.94 | 0.20 | 0 | 0.58 | 193.07 | 0.88 | 0.23 |
| Hex | 7 | 56 | 6C | 5E | 14 | 0 | 3A | C1 | 58 | 17 |
| Octal | 7 | 126 | 154 | 136 | 24 | 0 | 72 | 301 | 130 | 27 |
| Binary | 111 | 1010110 | 1101100 | 1011110 | 10100 | 0 | 111010 | 11000001 | 1011000 | 10111 |
Color Harmonies of #07566C
Complementary color
Monochromatic Colors of #07566C
Black with #07566C
Text Example
Text Example
White with #07566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07566C; }
p { color: rgb(7,86,108); }
H1.HeaderClassName
{
color: #07566C;
}
.AnyTagClassName
{
color: #07566C;
}
</style>
background-color css
<style>
a { background-color: #07566C; }
a { background-color: rgb(7,86,108); }
div.DivClassName
{
background-color: #07566C;
}
.BgClassName
{
background-color: #07566C;
}
</style>
border-color css
<style>
span { border-color: #07566C; }
span { border-color: rgb(7,86,108); }
td.TdClassName
{
border-color: #07566C;
}
.TagClassName
{
border-color: #07566C;
}
</style>