Shades of Blue Lagoon #00556D
Tints of Blue Lagoon #00556D
RGB
CMYK
RGB Variations
Color information
#00556D (or 0x00556D) is known color: Blue Lagoon. HEX triplet: 00, 55 and 6D. RGB value is (0,85,109). Sum of RGB (Red+Green+Blue) = 0+85+109=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #00556D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00556D is #FFAA92. Grayscale: #3E3E3E. Windows color (decimal): -16755347 or 7165184. OLE color: 7165184.
HSL color Cylindrical-coordinate representation of color #00556D: hue angle of 193.21º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00556D is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 85 | 109 | - |
| CMYK | 1 | 0.22 | 0 | 0.57 |
| HSL | 193.21º | 1% | 0.21% | - |
| HSV(B) | 193.21º | 1% | 0.43% | - |
| XYZ | 6.01 | 7.6 | 15.62 | - |
| YUV | 62.32 | 154.34 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 109 | 1 | 0.22 | 0 | 0.57 | 193.21 | 1 | 0.21 |
| Hex | 0 | 55 | 6D | 64 | 16 | 0 | 39 | C1 | 64 | 15 |
| Octal | 0 | 125 | 155 | 144 | 26 | 0 | 71 | 301 | 144 | 25 |
| Binary | 0 | 1010101 | 1101101 | 1100100 | 10110 | 0 | 111001 | 11000001 | 1100100 | 10101 |
Color Harmonies of #00556D
Complementary color
Monochromatic Colors of #00556D
Black with #00556D
Text Example
Text Example
White with #00556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00556D; }
p { color: rgb(0,85,109); }
H1.HeaderClassName
{
color: #00556D;
}
.AnyTagClassName
{
color: #00556D;
}
</style>
background-color css
<style>
a { background-color: #00556D; }
a { background-color: rgb(0,85,109); }
div.DivClassName
{
background-color: #00556D;
}
.BgClassName
{
background-color: #00556D;
}
</style>
border-color css
<style>
span { border-color: #00556D; }
span { border-color: rgb(0,85,109); }
td.TdClassName
{
border-color: #00556D;
}
.TagClassName
{
border-color: #00556D;
}
</style>