Shades of Blue Lagoon #07556C
Tints of Blue Lagoon #07556C
RGB
CMYK
RGB Variations
Color information
#07556C (or 0x07556C) is known color: Blue Lagoon. HEX triplet: 07, 55 and 6C. RGB value is (7,85,108). Sum of RGB (Red+Green+Blue) = 7+85+108=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #07556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07556C is #F8AA93. Grayscale: #404040. Windows color (decimal): -16296596 or 7099655. OLE color: 7099655.
HSL color Cylindrical-coordinate representation of color #07556C: hue angle of 193.66º 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 #07556C is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 85 | 108 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.58 |
| HSL | 193.66º | 0.88% | 0.23% | - |
| HSV(B) | 193.66º | 0.94% | 0.42% | - |
| XYZ | 6.04 | 7.62 | 15.34 | - |
| YUV | 64.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 108 | 0.94 | 0.21 | 0 | 0.58 | 193.66 | 0.88 | 0.23 |
| Hex | 7 | 55 | 6C | 5E | 15 | 0 | 3A | C2 | 58 | 17 |
| Octal | 7 | 125 | 154 | 136 | 25 | 0 | 72 | 302 | 130 | 27 |
| Binary | 111 | 1010101 | 1101100 | 1011110 | 10101 | 0 | 111010 | 11000010 | 1011000 | 10111 |
Color Harmonies of #07556C
Complementary color
Monochromatic Colors of #07556C
Black with #07556C
Text Example
Text Example
White with #07556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07556C; }
p { color: rgb(7,85,108); }
H1.HeaderClassName
{
color: #07556C;
}
.AnyTagClassName
{
color: #07556C;
}
</style>
background-color css
<style>
a { background-color: #07556C; }
a { background-color: rgb(7,85,108); }
div.DivClassName
{
background-color: #07556C;
}
.BgClassName
{
background-color: #07556C;
}
</style>
border-color css
<style>
span { border-color: #07556C; }
span { border-color: rgb(7,85,108); }
td.TdClassName
{
border-color: #07556C;
}
.TagClassName
{
border-color: #07556C;
}
</style>