Shades of Blue Lagoon #05587D
Tints of Blue Lagoon #05587D
RGB
CMYK
RGB Variations
Color information
#05587D (or 0x05587D) is known color: Blue Lagoon. HEX triplet: 05, 58 and 7D. RGB value is (5,88,125). Sum of RGB (Red+Green+Blue) = 5+88+125=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #05587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05587D is #FAA782. Grayscale: #434343. Windows color (decimal): -16426883 or 8214533. OLE color: 8214533.
HSL color Cylindrical-coordinate representation of color #05587D: hue angle of 198.5º 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 #05587D is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 88 | 125 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.51 |
| HSL | 198.5º | 0.92% | 0.25% | - |
| HSV(B) | 198.5º | 0.96% | 0.49% | - |
| XYZ | 7.25 | 8.49 | 20.66 | - |
| YUV | 67.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 125 | 0.96 | 0.30 | 0 | 0.51 | 198.5 | 0.92 | 0.25 |
| Hex | 5 | 58 | 7D | 60 | 1E | 0 | 33 | C6 | 5C | 19 |
| Octal | 5 | 130 | 175 | 140 | 36 | 0 | 63 | 306 | 134 | 31 |
| Binary | 101 | 1011000 | 1111101 | 1100000 | 11110 | 0 | 110011 | 11000110 | 1011100 | 11001 |
Color Harmonies of #05587D
Complementary color
Monochromatic Colors of #05587D
Black with #05587D
Text Example
Text Example
White with #05587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05587D; }
p { color: rgb(5,88,125); }
H1.HeaderClassName
{
color: #05587D;
}
.AnyTagClassName
{
color: #05587D;
}
</style>
background-color css
<style>
a { background-color: #05587D; }
a { background-color: rgb(5,88,125); }
div.DivClassName
{
background-color: #05587D;
}
.BgClassName
{
background-color: #05587D;
}
</style>
border-color css
<style>
span { border-color: #05587D; }
span { border-color: rgb(5,88,125); }
td.TdClassName
{
border-color: #05587D;
}
.TagClassName
{
border-color: #05587D;
}
</style>