Shades of Blue Lagoon #005C84
Tints of Blue Lagoon #005C84
RGB
CMYK
RGB Variations
Color information
#005C84 (or 0x005C84) is known color: Blue Lagoon. HEX triplet: 00, 5C and 84. RGB value is (0,92,132). Sum of RGB (Red+Green+Blue) = 0+92+132=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #005C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C84 is #FFA37B. Grayscale: #444444. Windows color (decimal): -16753532 or 8674304. OLE color: 8674304.
HSL color Cylindrical-coordinate representation of color #005C84: hue angle of 198.18º 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 #005C84 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 92 | 132 | - |
| CMYK | 1 | 0.30 | 0 | 0.48 |
| HSL | 198.18º | 1% | 0.26% | - |
| HSV(B) | 198.18º | 1% | 0.52% | - |
| XYZ | 7.99 | 9.32 | 23.21 | - |
| YUV | 69.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 132 | 1 | 0.30 | 0 | 0.48 | 198.18 | 1 | 0.26 |
| Hex | 0 | 5C | 84 | 64 | 1E | 0 | 30 | C6 | 64 | 1A |
| Octal | 0 | 134 | 204 | 144 | 36 | 0 | 60 | 306 | 144 | 32 |
| Binary | 0 | 1011100 | 10000100 | 1100100 | 11110 | 0 | 110000 | 11000110 | 1100100 | 11010 |
Color Harmonies of #005C84
Complementary color
Monochromatic Colors of #005C84
Black with #005C84
Text Example
Text Example
White with #005C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C84; }
p { color: rgb(0,92,132); }
H1.HeaderClassName
{
color: #005C84;
}
.AnyTagClassName
{
color: #005C84;
}
</style>
background-color css
<style>
a { background-color: #005C84; }
a { background-color: rgb(0,92,132); }
div.DivClassName
{
background-color: #005C84;
}
.BgClassName
{
background-color: #005C84;
}
</style>
border-color css
<style>
span { border-color: #005C84; }
span { border-color: rgb(0,92,132); }
td.TdClassName
{
border-color: #005C84;
}
.TagClassName
{
border-color: #005C84;
}
</style>