Shades of Blue Lagoon #085C7A
Tints of Blue Lagoon #085C7A
RGB
CMYK
RGB Variations
Color information
#085C7A (or 0x085C7A) is known color: Blue Lagoon. HEX triplet: 08, 5C and 7A. RGB value is (8,92,122). Sum of RGB (Red+Green+Blue) = 8+92+122=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #085C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C7A is #F7A385. Grayscale: #464646. Windows color (decimal): -16229254 or 8018952. OLE color: 8018952.
HSL color Cylindrical-coordinate representation of color #085C7A: hue angle of 195.79º 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 #085C7A is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 92 | 122 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.52 |
| HSL | 195.79º | 0.88% | 0.25% | - |
| HSV(B) | 195.79º | 0.93% | 0.48% | - |
| XYZ | 7.44 | 9.11 | 19.78 | - |
| YUV | 70.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 122 | 0.93 | 0.25 | 0 | 0.52 | 195.79 | 0.88 | 0.25 |
| Hex | 8 | 5C | 7A | 5D | 19 | 0 | 34 | C4 | 58 | 19 |
| Octal | 10 | 134 | 172 | 135 | 31 | 0 | 64 | 304 | 130 | 31 |
| Binary | 1000 | 1011100 | 1111010 | 1011101 | 11001 | 0 | 110100 | 11000100 | 1011000 | 11001 |
Color Harmonies of #085C7A
Complementary color
Monochromatic Colors of #085C7A
Black with #085C7A
Text Example
Text Example
White with #085C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C7A; }
p { color: rgb(8,92,122); }
H1.HeaderClassName
{
color: #085C7A;
}
.AnyTagClassName
{
color: #085C7A;
}
</style>
background-color css
<style>
a { background-color: #085C7A; }
a { background-color: rgb(8,92,122); }
div.DivClassName
{
background-color: #085C7A;
}
.BgClassName
{
background-color: #085C7A;
}
</style>
border-color css
<style>
span { border-color: #085C7A; }
span { border-color: rgb(8,92,122); }
td.TdClassName
{
border-color: #085C7A;
}
.TagClassName
{
border-color: #085C7A;
}
</style>