Shades of Blue Lagoon #07577A
Tints of Blue Lagoon #07577A
RGB
CMYK
RGB Variations
Color information
#07577A (or 0x07577A) is known color: Blue Lagoon. HEX triplet: 07, 57 and 7A. RGB value is (7,87,122). Sum of RGB (Red+Green+Blue) = 7+87+122=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #07577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07577A is #F8A885. Grayscale: #424242. Windows color (decimal): -16296070 or 8017671. OLE color: 8017671.
HSL color Cylindrical-coordinate representation of color #07577A: hue angle of 198.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07577A is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 87 | 122 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.52 |
| HSL | 198.26º | 0.89% | 0.25% | - |
| HSV(B) | 198.26º | 0.94% | 0.48% | - |
| XYZ | 7.01 | 8.27 | 19.64 | - |
| YUV | 67.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 87 | 122 | 0.94 | 0.29 | 0 | 0.52 | 198.26 | 0.89 | 0.25 |
| Hex | 7 | 57 | 7A | 5E | 1D | 0 | 34 | C6 | 59 | 19 |
| Octal | 7 | 127 | 172 | 136 | 35 | 0 | 64 | 306 | 131 | 31 |
| Binary | 111 | 1010111 | 1111010 | 1011110 | 11101 | 0 | 110100 | 11000110 | 1011001 | 11001 |
Color Harmonies of #07577A
Complementary color
Monochromatic Colors of #07577A
Black with #07577A
Text Example
Text Example
White with #07577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07577A; }
p { color: rgb(7,87,122); }
H1.HeaderClassName
{
color: #07577A;
}
.AnyTagClassName
{
color: #07577A;
}
</style>
background-color css
<style>
a { background-color: #07577A; }
a { background-color: rgb(7,87,122); }
div.DivClassName
{
background-color: #07577A;
}
.BgClassName
{
background-color: #07577A;
}
</style>
border-color css
<style>
span { border-color: #07577A; }
span { border-color: rgb(7,87,122); }
td.TdClassName
{
border-color: #07577A;
}
.TagClassName
{
border-color: #07577A;
}
</style>