Shades of Blue Lagoon #055C6D
Tints of Blue Lagoon #055C6D
RGB
CMYK
RGB Variations
Color information
#055C6D (or 0x055C6D) is known color: Blue Lagoon. HEX triplet: 05, 5C and 6D. RGB value is (5,92,109). Sum of RGB (Red+Green+Blue) = 5+92+109=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #055C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C6D is #FAA392. Grayscale: #434343. Windows color (decimal): -16425875 or 7166981. OLE color: 7166981.
HSL color Cylindrical-coordinate representation of color #055C6D: hue angle of 189.81º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C6D is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 92 | 109 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.57 |
| HSL | 189.81º | 0.91% | 0.22% | - |
| HSV(B) | 189.81º | 0.95% | 0.43% | - |
| XYZ | 6.65 | 8.79 | 15.81 | - |
| YUV | 67.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 109 | 0.95 | 0.16 | 0 | 0.57 | 189.81 | 0.91 | 0.22 |
| Hex | 5 | 5C | 6D | 5F | 10 | 0 | 39 | BE | 5B | 16 |
| Octal | 5 | 134 | 155 | 137 | 20 | 0 | 71 | 276 | 133 | 26 |
| Binary | 101 | 1011100 | 1101101 | 1011111 | 10000 | 0 | 111001 | 10111110 | 1011011 | 10110 |
Color Harmonies of #055C6D
Complementary color
Monochromatic Colors of #055C6D
Black with #055C6D
Text Example
Text Example
White with #055C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C6D; }
p { color: rgb(5,92,109); }
H1.HeaderClassName
{
color: #055C6D;
}
.AnyTagClassName
{
color: #055C6D;
}
</style>
background-color css
<style>
a { background-color: #055C6D; }
a { background-color: rgb(5,92,109); }
div.DivClassName
{
background-color: #055C6D;
}
.BgClassName
{
background-color: #055C6D;
}
</style>
border-color css
<style>
span { border-color: #055C6D; }
span { border-color: rgb(5,92,109); }
td.TdClassName
{
border-color: #055C6D;
}
.TagClassName
{
border-color: #055C6D;
}
</style>