Shades of Blue Lagoon #055C67
Tints of Blue Lagoon #055C67
RGB
CMYK
RGB Variations
Color information
#055C67 (or 0x055C67) is known color: Blue Lagoon. HEX triplet: 05, 5C and 67. RGB value is (5,92,103). Sum of RGB (Red+Green+Blue) = 5+92+103=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #055C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C67 is #FAA398. Grayscale: #434343. Windows color (decimal): -16425881 or 6773765. OLE color: 6773765.
HSL color Cylindrical-coordinate representation of color #055C67: hue angle of 186.73º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C67 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 92 | 103 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.60 |
| HSL | 186.73º | 0.91% | 0.21% | - |
| HSV(B) | 186.73º | 0.95% | 0.4% | - |
| XYZ | 6.34 | 8.67 | 14.17 | - |
| YUV | 67.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 103 | 0.95 | 0.11 | 0 | 0.60 | 186.73 | 0.91 | 0.21 |
| Hex | 5 | 5C | 67 | 5F | B | 0 | 3C | BB | 5B | 15 |
| Octal | 5 | 134 | 147 | 137 | 13 | 0 | 74 | 273 | 133 | 25 |
| Binary | 101 | 1011100 | 1100111 | 1011111 | 1011 | 0 | 111100 | 10111011 | 1011011 | 10101 |
Color Harmonies of #055C67
Complementary color
Monochromatic Colors of #055C67
Black with #055C67
Text Example
Text Example
White with #055C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C67; }
p { color: rgb(5,92,103); }
H1.HeaderClassName
{
color: #055C67;
}
.AnyTagClassName
{
color: #055C67;
}
</style>
background-color css
<style>
a { background-color: #055C67; }
a { background-color: rgb(5,92,103); }
div.DivClassName
{
background-color: #055C67;
}
.BgClassName
{
background-color: #055C67;
}
</style>
border-color css
<style>
span { border-color: #055C67; }
span { border-color: rgb(5,92,103); }
td.TdClassName
{
border-color: #055C67;
}
.TagClassName
{
border-color: #055C67;
}
</style>