Shades of Blue Lagoon #05677D
Tints of Blue Lagoon #05677D
RGB
CMYK
RGB Variations
Color information
#05677D (or 0x05677D) is known color: Blue Lagoon. HEX triplet: 05, 67 and 7D. RGB value is (5,103,125). Sum of RGB (Red+Green+Blue) = 5+103+125=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #05677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05677D is #FA9882. Grayscale: #4C4C4C. Windows color (decimal): -16423043 or 8218373. OLE color: 8218373.
HSL color Cylindrical-coordinate representation of color #05677D: hue angle of 191º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05677D is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 103 | 125 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.51 |
| HSL | 191º | 0.92% | 0.25% | - |
| HSV(B) | 191º | 0.96% | 0.49% | - |
| XYZ | 8.61 | 11.21 | 21.11 | - |
| YUV | 76.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 125 | 0.96 | 0.18 | 0 | 0.51 | 191 | 0.92 | 0.25 |
| Hex | 5 | 67 | 7D | 60 | 12 | 0 | 33 | BF | 5C | 19 |
| Octal | 5 | 147 | 175 | 140 | 22 | 0 | 63 | 277 | 134 | 31 |
| Binary | 101 | 1100111 | 1111101 | 1100000 | 10010 | 0 | 110011 | 10111111 | 1011100 | 11001 |
Color Harmonies of #05677D
Complementary color
Monochromatic Colors of #05677D
Black with #05677D
Text Example
Text Example
White with #05677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05677D; }
p { color: rgb(5,103,125); }
H1.HeaderClassName
{
color: #05677D;
}
.AnyTagClassName
{
color: #05677D;
}
</style>
background-color css
<style>
a { background-color: #05677D; }
a { background-color: rgb(5,103,125); }
div.DivClassName
{
background-color: #05677D;
}
.BgClassName
{
background-color: #05677D;
}
</style>
border-color css
<style>
span { border-color: #05677D; }
span { border-color: rgb(5,103,125); }
td.TdClassName
{
border-color: #05677D;
}
.TagClassName
{
border-color: #05677D;
}
</style>