Shades of Blue Lagoon #005674
Tints of Blue Lagoon #005674
RGB
CMYK
RGB Variations
Color information
#005674 (or 0x005674) is known color: Blue Lagoon. HEX triplet: 00, 56 and 74. RGB value is (0,86,116). Sum of RGB (Red+Green+Blue) = 0+86+116=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #005674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005674 is #FFA98B. Grayscale: #3F3F3F. Windows color (decimal): -16755084 or 7624192. OLE color: 7624192.
HSL color Cylindrical-coordinate representation of color #005674: hue angle of 195.52º 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 #005674 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 86 | 116 | - |
| CMYK | 1 | 0.26 | 0 | 0.55 |
| HSL | 195.52º | 1% | 0.23% | - |
| HSV(B) | 195.52º | 1% | 0.45% | - |
| XYZ | 6.48 | 7.92 | 17.71 | - |
| YUV | 63.71 | 157.51 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 116 | 1 | 0.26 | 0 | 0.55 | 195.52 | 1 | 0.23 |
| Hex | 0 | 56 | 74 | 64 | 1A | 0 | 37 | C4 | 64 | 17 |
| Octal | 0 | 126 | 164 | 144 | 32 | 0 | 67 | 304 | 144 | 27 |
| Binary | 0 | 1010110 | 1110100 | 1100100 | 11010 | 0 | 110111 | 11000100 | 1100100 | 10111 |
Color Harmonies of #005674
Complementary color
Monochromatic Colors of #005674
Black with #005674
Text Example
Text Example
White with #005674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005674; }
p { color: rgb(0,86,116); }
H1.HeaderClassName
{
color: #005674;
}
.AnyTagClassName
{
color: #005674;
}
</style>
background-color css
<style>
a { background-color: #005674; }
a { background-color: rgb(0,86,116); }
div.DivClassName
{
background-color: #005674;
}
.BgClassName
{
background-color: #005674;
}
</style>
border-color css
<style>
span { border-color: #005674; }
span { border-color: rgb(0,86,116); }
td.TdClassName
{
border-color: #005674;
}
.TagClassName
{
border-color: #005674;
}
</style>