Shades of Blue Lagoon #05676C
Tints of Blue Lagoon #05676C
RGB
CMYK
RGB Variations
Color information
#05676C (or 0x05676C) is known color: Blue Lagoon. HEX triplet: 05, 67 and 6C. RGB value is (5,103,108). Sum of RGB (Red+Green+Blue) = 5+103+108=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #05676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05676C is #FA9893. Grayscale: #4A4A4A. Windows color (decimal): -16423060 or 7104261. OLE color: 7104261.
HSL color Cylindrical-coordinate representation of color #05676C: hue angle of 182.91º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05676C is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 103 | 108 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.58 |
| HSL | 182.91º | 0.91% | 0.22% | - |
| HSV(B) | 182.91º | 0.95% | 0.42% | - |
| XYZ | 7.62 | 10.82 | 15.87 | - |
| YUV | 74.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 108 | 0.95 | 0.05 | 0 | 0.58 | 182.91 | 0.91 | 0.22 |
| Hex | 5 | 67 | 6C | 5F | 5 | 0 | 3A | B7 | 5B | 16 |
| Octal | 5 | 147 | 154 | 137 | 5 | 0 | 72 | 267 | 133 | 26 |
| Binary | 101 | 1100111 | 1101100 | 1011111 | 101 | 0 | 111010 | 10110111 | 1011011 | 10110 |
Color Harmonies of #05676C
Complementary color
Monochromatic Colors of #05676C
Black with #05676C
Text Example
Text Example
White with #05676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05676C; }
p { color: rgb(5,103,108); }
H1.HeaderClassName
{
color: #05676C;
}
.AnyTagClassName
{
color: #05676C;
}
</style>
background-color css
<style>
a { background-color: #05676C; }
a { background-color: rgb(5,103,108); }
div.DivClassName
{
background-color: #05676C;
}
.BgClassName
{
background-color: #05676C;
}
</style>
border-color css
<style>
span { border-color: #05676C; }
span { border-color: rgb(5,103,108); }
td.TdClassName
{
border-color: #05676C;
}
.TagClassName
{
border-color: #05676C;
}
</style>