Shades of Blue Lagoon #055365
Tints of Blue Lagoon #055365
RGB
CMYK
RGB Variations
Color information
#055365 (or 0x055365) is known color: Blue Lagoon. HEX triplet: 05, 53 and 65. RGB value is (5,83,101). Sum of RGB (Red+Green+Blue) = 5+83+101=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #055365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055365 is #FAAC9A. Grayscale: #3D3D3D. Windows color (decimal): -16428187 or 6640389. OLE color: 6640389.
HSL color Cylindrical-coordinate representation of color #055365: hue angle of 191.25º 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 #055365 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 83 | 101 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.60 |
| HSL | 191.25º | 0.91% | 0.21% | - |
| HSV(B) | 191.25º | 0.95% | 0.4% | - |
| XYZ | 5.5 | 7.16 | 13.4 | - |
| YUV | 61.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 101 | 0.95 | 0.18 | 0 | 0.60 | 191.25 | 0.91 | 0.21 |
| Hex | 5 | 53 | 65 | 5F | 12 | 0 | 3C | BF | 5B | 15 |
| Octal | 5 | 123 | 145 | 137 | 22 | 0 | 74 | 277 | 133 | 25 |
| Binary | 101 | 1010011 | 1100101 | 1011111 | 10010 | 0 | 111100 | 10111111 | 1011011 | 10101 |
Color Harmonies of #055365
Complementary color
Monochromatic Colors of #055365
Black with #055365
Text Example
Text Example
White with #055365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055365; }
p { color: rgb(5,83,101); }
H1.HeaderClassName
{
color: #055365;
}
.AnyTagClassName
{
color: #055365;
}
</style>
background-color css
<style>
a { background-color: #055365; }
a { background-color: rgb(5,83,101); }
div.DivClassName
{
background-color: #055365;
}
.BgClassName
{
background-color: #055365;
}
</style>
border-color css
<style>
span { border-color: #055365; }
span { border-color: rgb(5,83,101); }
td.TdClassName
{
border-color: #055365;
}
.TagClassName
{
border-color: #055365;
}
</style>