Shades of Blue Lagoon #005C81
Tints of Blue Lagoon #005C81
RGB
CMYK
RGB Variations
Color information
#005C81 (or 0x005C81) is known color: Blue Lagoon. HEX triplet: 00, 5C and 81. RGB value is (0,92,129). Sum of RGB (Red+Green+Blue) = 0+92+129=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #005C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C81 is #FFA37E. Grayscale: #444444. Windows color (decimal): -16753535 or 8477696. OLE color: 8477696.
HSL color Cylindrical-coordinate representation of color #005C81: hue angle of 197.21º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C81 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 92 | 129 | - |
| CMYK | 1 | 0.29 | 0 | 0.49 |
| HSL | 197.21º | 1% | 0.25% | - |
| HSV(B) | 197.21º | 1% | 0.51% | - |
| XYZ | 7.79 | 9.24 | 22.14 | - |
| YUV | 68.71 | 162.02 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 129 | 1 | 0.29 | 0 | 0.49 | 197.21 | 1 | 0.25 |
| Hex | 0 | 5C | 81 | 64 | 1D | 0 | 31 | C5 | 64 | 19 |
| Octal | 0 | 134 | 201 | 144 | 35 | 0 | 61 | 305 | 144 | 31 |
| Binary | 0 | 1011100 | 10000001 | 1100100 | 11101 | 0 | 110001 | 11000101 | 1100100 | 11001 |
Color Harmonies of #005C81
Complementary color
Monochromatic Colors of #005C81
Black with #005C81
Text Example
Text Example
White with #005C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C81; }
p { color: rgb(0,92,129); }
H1.HeaderClassName
{
color: #005C81;
}
.AnyTagClassName
{
color: #005C81;
}
</style>
background-color css
<style>
a { background-color: #005C81; }
a { background-color: rgb(0,92,129); }
div.DivClassName
{
background-color: #005C81;
}
.BgClassName
{
background-color: #005C81;
}
</style>
border-color css
<style>
span { border-color: #005C81; }
span { border-color: rgb(0,92,129); }
td.TdClassName
{
border-color: #005C81;
}
.TagClassName
{
border-color: #005C81;
}
</style>