Shades of Blue Lagoon #05607C
Tints of Blue Lagoon #05607C
RGB
CMYK
RGB Variations
Color information
#05607C (or 0x05607C) is known color: Blue Lagoon. HEX triplet: 05, 60 and 7C. RGB value is (5,96,124). Sum of RGB (Red+Green+Blue) = 5+96+124=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #05607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05607C is #FA9F83. Grayscale: #474747. Windows color (decimal): -16424836 or 8151045. OLE color: 8151045.
HSL color Cylindrical-coordinate representation of color #05607C: hue angle of 194.12º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05607C is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 96 | 124 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.51 |
| HSL | 194.12º | 0.92% | 0.25% | - |
| HSV(B) | 194.12º | 0.96% | 0.49% | - |
| XYZ | 7.88 | 9.85 | 20.56 | - |
| YUV | 71.98 | 157.35 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 124 | 0.96 | 0.23 | 0 | 0.51 | 194.12 | 0.92 | 0.25 |
| Hex | 5 | 60 | 7C | 60 | 17 | 0 | 33 | C2 | 5C | 19 |
| Octal | 5 | 140 | 174 | 140 | 27 | 0 | 63 | 302 | 134 | 31 |
| Binary | 101 | 1100000 | 1111100 | 1100000 | 10111 | 0 | 110011 | 11000010 | 1011100 | 11001 |
Color Harmonies of #05607C
Complementary color
Monochromatic Colors of #05607C
Black with #05607C
Text Example
Text Example
White with #05607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05607C; }
p { color: rgb(5,96,124); }
H1.HeaderClassName
{
color: #05607C;
}
.AnyTagClassName
{
color: #05607C;
}
</style>
background-color css
<style>
a { background-color: #05607C; }
a { background-color: rgb(5,96,124); }
div.DivClassName
{
background-color: #05607C;
}
.BgClassName
{
background-color: #05607C;
}
</style>
border-color css
<style>
span { border-color: #05607C; }
span { border-color: rgb(5,96,124); }
td.TdClassName
{
border-color: #05607C;
}
.TagClassName
{
border-color: #05607C;
}
</style>