Shades of Blue Lagoon #00516C
Tints of Blue Lagoon #00516C
RGB
CMYK
RGB Variations
Color information
#00516C (or 0x00516C) is known color: Blue Lagoon. HEX triplet: 00, 51 and 6C. RGB value is (0,81,108). Sum of RGB (Red+Green+Blue) = 0+81+108=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #00516C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00516C is #FFAE93. Grayscale: #3B3B3B. Windows color (decimal): -16756372 or 7098624. OLE color: 7098624.
HSL color Cylindrical-coordinate representation of color #00516C: hue angle of 195º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00516C is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 81 | 108 | - |
| CMYK | 1 | 0.25 | 0 | 0.58 |
| HSL | 195º | 1% | 0.21% | - |
| HSV(B) | 195º | 1% | 0.42% | - |
| XYZ | 5.65 | 6.97 | 15.23 | - |
| YUV | 59.86 | 155.16 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 108 | 1 | 0.25 | 0 | 0.58 | 195 | 1 | 0.21 |
| Hex | 0 | 51 | 6C | 64 | 19 | 0 | 3A | C3 | 64 | 15 |
| Octal | 0 | 121 | 154 | 144 | 31 | 0 | 72 | 303 | 144 | 25 |
| Binary | 0 | 1010001 | 1101100 | 1100100 | 11001 | 0 | 111010 | 11000011 | 1100100 | 10101 |
Color Harmonies of #00516C
Complementary color
Monochromatic Colors of #00516C
Black with #00516C
Text Example
Text Example
White with #00516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00516C; }
p { color: rgb(0,81,108); }
H1.HeaderClassName
{
color: #00516C;
}
.AnyTagClassName
{
color: #00516C;
}
</style>
background-color css
<style>
a { background-color: #00516C; }
a { background-color: rgb(0,81,108); }
div.DivClassName
{
background-color: #00516C;
}
.BgClassName
{
background-color: #00516C;
}
</style>
border-color css
<style>
span { border-color: #00516C; }
span { border-color: rgb(0,81,108); }
td.TdClassName
{
border-color: #00516C;
}
.TagClassName
{
border-color: #00516C;
}
</style>