Shades of Blue Lagoon #05667A
Tints of Blue Lagoon #05667A
RGB
CMYK
RGB Variations
Color information
#05667A (or 0x05667A) is known color: Blue Lagoon. HEX triplet: 05, 66 and 7A. RGB value is (5,102,122). Sum of RGB (Red+Green+Blue) = 5+102+122=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #05667A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05667A is #FA9985. Grayscale: #4B4B4B. Windows color (decimal): -16423302 or 8021509. OLE color: 8021509.
HSL color Cylindrical-coordinate representation of color #05667A: hue angle of 190.26º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05667A is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 102 | 122 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.52 |
| HSL | 190.26º | 0.92% | 0.25% | - |
| HSV(B) | 190.26º | 0.96% | 0.48% | - |
| XYZ | 8.33 | 10.94 | 20.09 | - |
| YUV | 75.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 122 | 0.96 | 0.16 | 0 | 0.52 | 190.26 | 0.92 | 0.25 |
| Hex | 5 | 66 | 7A | 60 | 10 | 0 | 34 | BE | 5C | 19 |
| Octal | 5 | 146 | 172 | 140 | 20 | 0 | 64 | 276 | 134 | 31 |
| Binary | 101 | 1100110 | 1111010 | 1100000 | 10000 | 0 | 110100 | 10111110 | 1011100 | 11001 |
Color Harmonies of #05667A
Complementary color
Monochromatic Colors of #05667A
Black with #05667A
Text Example
Text Example
White with #05667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05667A; }
p { color: rgb(5,102,122); }
H1.HeaderClassName
{
color: #05667A;
}
.AnyTagClassName
{
color: #05667A;
}
</style>
background-color css
<style>
a { background-color: #05667A; }
a { background-color: rgb(5,102,122); }
div.DivClassName
{
background-color: #05667A;
}
.BgClassName
{
background-color: #05667A;
}
</style>
border-color css
<style>
span { border-color: #05667A; }
span { border-color: rgb(5,102,122); }
td.TdClassName
{
border-color: #05667A;
}
.TagClassName
{
border-color: #05667A;
}
</style>