Shades of Blue Lagoon #005B67
Tints of Blue Lagoon #005B67
RGB
CMYK
RGB Variations
Color information
#005B67 (or 0x005B67) is known color: Blue Lagoon. HEX triplet: 00, 5B and 67. RGB value is (0,91,103). Sum of RGB (Red+Green+Blue) = 0+91+103=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #005B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B67 is #FFA498. Grayscale: #414141. Windows color (decimal): -16753817 or 6773504. OLE color: 6773504.
HSL color Cylindrical-coordinate representation of color #005B67: hue angle of 186.99º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B67 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 91 | 103 | - |
| CMYK | 1 | 0.12 | 0 | 0.60 |
| HSL | 186.99º | 1% | 0.2% | - |
| HSV(B) | 186.99º | 1% | 0.4% | - |
| XYZ | 6.19 | 8.46 | 14.14 | - |
| YUV | 65.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 103 | 1 | 0.12 | 0 | 0.60 | 186.99 | 1 | 0.2 |
| Hex | 0 | 5B | 67 | 64 | C | 0 | 3C | BB | 64 | 14 |
| Octal | 0 | 133 | 147 | 144 | 14 | 0 | 74 | 273 | 144 | 24 |
| Binary | 0 | 1011011 | 1100111 | 1100100 | 1100 | 0 | 111100 | 10111011 | 1100100 | 10100 |
Color Harmonies of #005B67
Complementary color
Monochromatic Colors of #005B67
Black with #005B67
Text Example
Text Example
White with #005B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B67; }
p { color: rgb(0,91,103); }
H1.HeaderClassName
{
color: #005B67;
}
.AnyTagClassName
{
color: #005B67;
}
</style>
background-color css
<style>
a { background-color: #005B67; }
a { background-color: rgb(0,91,103); }
div.DivClassName
{
background-color: #005B67;
}
.BgClassName
{
background-color: #005B67;
}
</style>
border-color css
<style>
span { border-color: #005B67; }
span { border-color: rgb(0,91,103); }
td.TdClassName
{
border-color: #005B67;
}
.TagClassName
{
border-color: #005B67;
}
</style>