Shades of Blue Lagoon #005E85
Tints of Blue Lagoon #005E85
RGB
CMYK
RGB Variations
Color information
#005E85 (or 0x005E85) is known color: Blue Lagoon. HEX triplet: 00, 5E and 85. RGB value is (0,94,133). Sum of RGB (Red+Green+Blue) = 0+94+133=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #005E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E85 is #FFA17A. Grayscale: #464646. Windows color (decimal): -16753019 or 8740352. OLE color: 8740352.
HSL color Cylindrical-coordinate representation of color #005E85: hue angle of 197.59º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E85 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 94 | 133 | - |
| CMYK | 1 | 0.29 | 0 | 0.48 |
| HSL | 197.59º | 1% | 0.26% | - |
| HSV(B) | 197.59º | 1% | 0.52% | - |
| XYZ | 8.24 | 9.7 | 23.63 | - |
| YUV | 70.34 | 163.36 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 133 | 1 | 0.29 | 0 | 0.48 | 197.59 | 1 | 0.26 |
| Hex | 0 | 5E | 85 | 64 | 1D | 0 | 30 | C6 | 64 | 1A |
| Octal | 0 | 136 | 205 | 144 | 35 | 0 | 60 | 306 | 144 | 32 |
| Binary | 0 | 1011110 | 10000101 | 1100100 | 11101 | 0 | 110000 | 11000110 | 1100100 | 11010 |
Color Harmonies of #005E85
Complementary color
Monochromatic Colors of #005E85
Black with #005E85
Text Example
Text Example
White with #005E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E85; }
p { color: rgb(0,94,133); }
H1.HeaderClassName
{
color: #005E85;
}
.AnyTagClassName
{
color: #005E85;
}
</style>
background-color css
<style>
a { background-color: #005E85; }
a { background-color: rgb(0,94,133); }
div.DivClassName
{
background-color: #005E85;
}
.BgClassName
{
background-color: #005E85;
}
</style>
border-color css
<style>
span { border-color: #005E85; }
span { border-color: rgb(0,94,133); }
td.TdClassName
{
border-color: #005E85;
}
.TagClassName
{
border-color: #005E85;
}
</style>