Shades of Blue Lagoon #005B70
Tints of Blue Lagoon #005B70
RGB
CMYK
RGB Variations
Color information
#005B70 (or 0x005B70) is known color: Blue Lagoon. HEX triplet: 00, 5B and 70. RGB value is (0,91,112). Sum of RGB (Red+Green+Blue) = 0+91+112=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #005B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B70 is #FFA48F. Grayscale: #424242. Windows color (decimal): -16753808 or 7363328. OLE color: 7363328.
HSL color Cylindrical-coordinate representation of color #005B70: hue angle of 191.25º 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 #005B70 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 91 | 112 | - |
| CMYK | 1 | 0.19 | 0 | 0.56 |
| HSL | 191.25º | 1% | 0.22% | - |
| HSV(B) | 191.25º | 1% | 0.44% | - |
| XYZ | 6.67 | 8.65 | 16.65 | - |
| YUV | 66.19 | 153.85 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 112 | 1 | 0.19 | 0 | 0.56 | 191.25 | 1 | 0.22 |
| Hex | 0 | 5B | 70 | 64 | 13 | 0 | 38 | BF | 64 | 16 |
| Octal | 0 | 133 | 160 | 144 | 23 | 0 | 70 | 277 | 144 | 26 |
| Binary | 0 | 1011011 | 1110000 | 1100100 | 10011 | 0 | 111000 | 10111111 | 1100100 | 10110 |
Color Harmonies of #005B70
Complementary color
Monochromatic Colors of #005B70
Black with #005B70
Text Example
Text Example
White with #005B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B70; }
p { color: rgb(0,91,112); }
H1.HeaderClassName
{
color: #005B70;
}
.AnyTagClassName
{
color: #005B70;
}
</style>
background-color css
<style>
a { background-color: #005B70; }
a { background-color: rgb(0,91,112); }
div.DivClassName
{
background-color: #005B70;
}
.BgClassName
{
background-color: #005B70;
}
</style>
border-color css
<style>
span { border-color: #005B70; }
span { border-color: rgb(0,91,112); }
td.TdClassName
{
border-color: #005B70;
}
.TagClassName
{
border-color: #005B70;
}
</style>