Shades of Blue Lagoon #005C70
Tints of Blue Lagoon #005C70
RGB
CMYK
RGB Variations
Color information
#005C70 (or 0x005C70) is known color: Blue Lagoon. HEX triplet: 00, 5C and 70. RGB value is (0,92,112). Sum of RGB (Red+Green+Blue) = 0+92+112=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #005C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C70 is #FFA38F. Grayscale: #424242. Windows color (decimal): -16753552 or 7363584. OLE color: 7363584.
HSL color Cylindrical-coordinate representation of color #005C70: hue angle of 190.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C70 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 92 | 112 | - |
| CMYK | 1 | 0.18 | 0 | 0.56 |
| HSL | 190.71º | 1% | 0.22% | - |
| HSV(B) | 190.71º | 1% | 0.44% | - |
| XYZ | 6.75 | 8.82 | 16.68 | - |
| YUV | 66.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 112 | 1 | 0.18 | 0 | 0.56 | 190.71 | 1 | 0.22 |
| Hex | 0 | 5C | 70 | 64 | 12 | 0 | 38 | BF | 64 | 16 |
| Octal | 0 | 134 | 160 | 144 | 22 | 0 | 70 | 277 | 144 | 26 |
| Binary | 0 | 1011100 | 1110000 | 1100100 | 10010 | 0 | 111000 | 10111111 | 1100100 | 10110 |
Color Harmonies of #005C70
Complementary color
Monochromatic Colors of #005C70
Black with #005C70
Text Example
Text Example
White with #005C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C70; }
p { color: rgb(0,92,112); }
H1.HeaderClassName
{
color: #005C70;
}
.AnyTagClassName
{
color: #005C70;
}
</style>
background-color css
<style>
a { background-color: #005C70; }
a { background-color: rgb(0,92,112); }
div.DivClassName
{
background-color: #005C70;
}
.BgClassName
{
background-color: #005C70;
}
</style>
border-color css
<style>
span { border-color: #005C70; }
span { border-color: rgb(0,92,112); }
td.TdClassName
{
border-color: #005C70;
}
.TagClassName
{
border-color: #005C70;
}
</style>