Shades of Blue Lagoon #005C85
Tints of Blue Lagoon #005C85
RGB
CMYK
RGB Variations
Color information
#005C85 (or 0x005C85) is known color: Blue Lagoon. HEX triplet: 00, 5C and 85. RGB value is (0,92,133). Sum of RGB (Red+Green+Blue) = 0+92+133=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #005C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C85 is #FFA37A. Grayscale: #444444. Windows color (decimal): -16753531 or 8739840. OLE color: 8739840.
HSL color Cylindrical-coordinate representation of color #005C85: hue angle of 198.5º 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 #005C85 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 92 | 133 | - |
| CMYK | 1 | 0.31 | 0 | 0.48 |
| HSL | 198.5º | 1% | 0.26% | - |
| HSV(B) | 198.5º | 1% | 0.52% | - |
| XYZ | 8.06 | 9.35 | 23.57 | - |
| YUV | 69.17 | 164.02 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 133 | 1 | 0.31 | 0 | 0.48 | 198.5 | 1 | 0.26 |
| Hex | 0 | 5C | 85 | 64 | 1F | 0 | 30 | C6 | 64 | 1A |
| Octal | 0 | 134 | 205 | 144 | 37 | 0 | 60 | 306 | 144 | 32 |
| Binary | 0 | 1011100 | 10000101 | 1100100 | 11111 | 0 | 110000 | 11000110 | 1100100 | 11010 |
Color Harmonies of #005C85
Complementary color
Monochromatic Colors of #005C85
Black with #005C85
Text Example
Text Example
White with #005C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C85; }
p { color: rgb(0,92,133); }
H1.HeaderClassName
{
color: #005C85;
}
.AnyTagClassName
{
color: #005C85;
}
</style>
background-color css
<style>
a { background-color: #005C85; }
a { background-color: rgb(0,92,133); }
div.DivClassName
{
background-color: #005C85;
}
.BgClassName
{
background-color: #005C85;
}
</style>
border-color css
<style>
span { border-color: #005C85; }
span { border-color: rgb(0,92,133); }
td.TdClassName
{
border-color: #005C85;
}
.TagClassName
{
border-color: #005C85;
}
</style>