Shades of Blue Lagoon #05667F
Tints of Blue Lagoon #05667F
RGB
CMYK
RGB Variations
Color information
#05667F (or 0x05667F) is known color: Blue Lagoon. HEX triplet: 05, 66 and 7F. RGB value is (5,102,127). Sum of RGB (Red+Green+Blue) = 5+102+127=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #05667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05667F is #FA9980. Grayscale: #4B4B4B. Windows color (decimal): -16423297 or 8349189. OLE color: 8349189.
HSL color Cylindrical-coordinate representation of color #05667F: hue angle of 192.3º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05667F is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 102 | 127 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.50 |
| HSL | 192.3º | 0.92% | 0.26% | - |
| HSV(B) | 192.3º | 0.96% | 0.5% | - |
| XYZ | 8.64 | 11.07 | 21.76 | - |
| YUV | 75.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 127 | 0.96 | 0.20 | 0 | 0.50 | 192.3 | 0.92 | 0.26 |
| Hex | 5 | 66 | 7F | 60 | 14 | 0 | 32 | C0 | 5C | 1A |
| Octal | 5 | 146 | 177 | 140 | 24 | 0 | 62 | 300 | 134 | 32 |
| Binary | 101 | 1100110 | 1111111 | 1100000 | 10100 | 0 | 110010 | 11000000 | 1011100 | 11010 |
Color Harmonies of #05667F
Complementary color
Monochromatic Colors of #05667F
Black with #05667F
Text Example
Text Example
White with #05667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05667F; }
p { color: rgb(5,102,127); }
H1.HeaderClassName
{
color: #05667F;
}
.AnyTagClassName
{
color: #05667F;
}
</style>
background-color css
<style>
a { background-color: #05667F; }
a { background-color: rgb(5,102,127); }
div.DivClassName
{
background-color: #05667F;
}
.BgClassName
{
background-color: #05667F;
}
</style>
border-color css
<style>
span { border-color: #05667F; }
span { border-color: rgb(5,102,127); }
td.TdClassName
{
border-color: #05667F;
}
.TagClassName
{
border-color: #05667F;
}
</style>