Shades of Blue Lagoon #005B6A
Tints of Blue Lagoon #005B6A
RGB
CMYK
RGB Variations
Color information
#005B6A (or 0x005B6A) is known color: Blue Lagoon. HEX triplet: 00, 5B and 6A. RGB value is (0,91,106). Sum of RGB (Red+Green+Blue) = 0+91+106=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #005B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B6A is #FFA495. Grayscale: #414141. Windows color (decimal): -16753814 or 6970112. OLE color: 6970112.
HSL color Cylindrical-coordinate representation of color #005B6A: hue angle of 188.49º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B6A is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 91 | 106 | - |
| CMYK | 1 | 0.14 | 0 | 0.58 |
| HSL | 188.49º | 1% | 0.21% | - |
| HSV(B) | 188.49º | 1% | 0.42% | - |
| XYZ | 6.34 | 8.52 | 14.95 | - |
| YUV | 65.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 106 | 1 | 0.14 | 0 | 0.58 | 188.49 | 1 | 0.21 |
| Hex | 0 | 5B | 6A | 64 | E | 0 | 3A | BC | 64 | 15 |
| Octal | 0 | 133 | 152 | 144 | 16 | 0 | 72 | 274 | 144 | 25 |
| Binary | 0 | 1011011 | 1101010 | 1100100 | 1110 | 0 | 111010 | 10111100 | 1100100 | 10101 |
Color Harmonies of #005B6A
Complementary color
Monochromatic Colors of #005B6A
Black with #005B6A
Text Example
Text Example
White with #005B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B6A; }
p { color: rgb(0,91,106); }
H1.HeaderClassName
{
color: #005B6A;
}
.AnyTagClassName
{
color: #005B6A;
}
</style>
background-color css
<style>
a { background-color: #005B6A; }
a { background-color: rgb(0,91,106); }
div.DivClassName
{
background-color: #005B6A;
}
.BgClassName
{
background-color: #005B6A;
}
</style>
border-color css
<style>
span { border-color: #005B6A; }
span { border-color: rgb(0,91,106); }
td.TdClassName
{
border-color: #005B6A;
}
.TagClassName
{
border-color: #005B6A;
}
</style>