Shades of Blue Lagoon #005774
Tints of Blue Lagoon #005774
RGB
CMYK
RGB Variations
Color information
#005774 (or 0x005774) is known color: Blue Lagoon. HEX triplet: 00, 57 and 74. RGB value is (0,87,116). Sum of RGB (Red+Green+Blue) = 0+87+116=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #005774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005774 is #FFA88B. Grayscale: #404040. Windows color (decimal): -16754828 or 7624448. OLE color: 7624448.
HSL color Cylindrical-coordinate representation of color #005774: hue angle of 195º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005774 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 87 | 116 | - |
| CMYK | 1 | 0.25 | 0 | 0.55 |
| HSL | 195º | 1% | 0.23% | - |
| HSV(B) | 195º | 1% | 0.45% | - |
| XYZ | 6.56 | 8.08 | 17.74 | - |
| YUV | 64.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 116 | 1 | 0.25 | 0 | 0.55 | 195 | 1 | 0.23 |
| Hex | 0 | 57 | 74 | 64 | 19 | 0 | 37 | C3 | 64 | 17 |
| Octal | 0 | 127 | 164 | 144 | 31 | 0 | 67 | 303 | 144 | 27 |
| Binary | 0 | 1010111 | 1110100 | 1100100 | 11001 | 0 | 110111 | 11000011 | 1100100 | 10111 |
Color Harmonies of #005774
Complementary color
Monochromatic Colors of #005774
Black with #005774
Text Example
Text Example
White with #005774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005774; }
p { color: rgb(0,87,116); }
H1.HeaderClassName
{
color: #005774;
}
.AnyTagClassName
{
color: #005774;
}
</style>
background-color css
<style>
a { background-color: #005774; }
a { background-color: rgb(0,87,116); }
div.DivClassName
{
background-color: #005774;
}
.BgClassName
{
background-color: #005774;
}
</style>
border-color css
<style>
span { border-color: #005774; }
span { border-color: rgb(0,87,116); }
td.TdClassName
{
border-color: #005774;
}
.TagClassName
{
border-color: #005774;
}
</style>