Shades of Blue Lagoon #055C83
Tints of Blue Lagoon #055C83
RGB
CMYK
RGB Variations
Color information
#055C83 (or 0x055C83) is known color: Blue Lagoon. HEX triplet: 05, 5C and 83. RGB value is (5,92,131). Sum of RGB (Red+Green+Blue) = 5+92+131=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #055C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055C83 is #FAA37C. Grayscale: #464646. Windows color (decimal): -16425853 or 8608773. OLE color: 8608773.
HSL color Cylindrical-coordinate representation of color #055C83: hue angle of 198.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055C83 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 92 | 131 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.49 |
| HSL | 198.57º | 0.93% | 0.27% | - |
| HSV(B) | 198.57º | 0.96% | 0.51% | - |
| XYZ | 7.99 | 9.33 | 22.85 | - |
| YUV | 70.43 | 162.18 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 131 | 0.96 | 0.30 | 0 | 0.49 | 198.57 | 0.93 | 0.27 |
| Hex | 5 | 5C | 83 | 60 | 1E | 0 | 31 | C7 | 5D | 1B |
| Octal | 5 | 134 | 203 | 140 | 36 | 0 | 61 | 307 | 135 | 33 |
| Binary | 101 | 1011100 | 10000011 | 1100000 | 11110 | 0 | 110001 | 11000111 | 1011101 | 11011 |
Color Harmonies of #055C83
Complementary color
Monochromatic Colors of #055C83
Black with #055C83
Text Example
Text Example
White with #055C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C83; }
p { color: rgb(5,92,131); }
H1.HeaderClassName
{
color: #055C83;
}
.AnyTagClassName
{
color: #055C83;
}
</style>
background-color css
<style>
a { background-color: #055C83; }
a { background-color: rgb(5,92,131); }
div.DivClassName
{
background-color: #055C83;
}
.BgClassName
{
background-color: #055C83;
}
</style>
border-color css
<style>
span { border-color: #055C83; }
span { border-color: rgb(5,92,131); }
td.TdClassName
{
border-color: #055C83;
}
.TagClassName
{
border-color: #055C83;
}
</style>