Shades of Blue Lagoon #08587A
Tints of Blue Lagoon #08587A
RGB
CMYK
RGB Variations
Color information
#08587A (or 0x08587A) is known color: Blue Lagoon. HEX triplet: 08, 58 and 7A. RGB value is (8,88,122). Sum of RGB (Red+Green+Blue) = 8+88+122=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #08587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08587A is #F7A785. Grayscale: #434343. Windows color (decimal): -16230278 or 8017928. OLE color: 8017928.
HSL color Cylindrical-coordinate representation of color #08587A: hue angle of 197.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08587A is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 88 | 122 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.52 |
| HSL | 197.89º | 0.88% | 0.25% | - |
| HSV(B) | 197.89º | 0.93% | 0.48% | - |
| XYZ | 7.1 | 8.44 | 19.67 | - |
| YUV | 67.96 | 158.5 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 122 | 0.93 | 0.28 | 0 | 0.52 | 197.89 | 0.88 | 0.25 |
| Hex | 8 | 58 | 7A | 5D | 1C | 0 | 34 | C6 | 58 | 19 |
| Octal | 10 | 130 | 172 | 135 | 34 | 0 | 64 | 306 | 130 | 31 |
| Binary | 1000 | 1011000 | 1111010 | 1011101 | 11100 | 0 | 110100 | 11000110 | 1011000 | 11001 |
Color Harmonies of #08587A
Complementary color
Monochromatic Colors of #08587A
Black with #08587A
Text Example
Text Example
White with #08587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08587A; }
p { color: rgb(8,88,122); }
H1.HeaderClassName
{
color: #08587A;
}
.AnyTagClassName
{
color: #08587A;
}
</style>
background-color css
<style>
a { background-color: #08587A; }
a { background-color: rgb(8,88,122); }
div.DivClassName
{
background-color: #08587A;
}
.BgClassName
{
background-color: #08587A;
}
</style>
border-color css
<style>
span { border-color: #08587A; }
span { border-color: rgb(8,88,122); }
td.TdClassName
{
border-color: #08587A;
}
.TagClassName
{
border-color: #08587A;
}
</style>