Shades of Blue Lagoon #05536C
Tints of Blue Lagoon #05536C
RGB
CMYK
RGB Variations
Color information
#05536C (or 0x05536C) is known color: Blue Lagoon. HEX triplet: 05, 53 and 6C. RGB value is (5,83,108). Sum of RGB (Red+Green+Blue) = 5+83+108=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #05536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05536C is #FAAC93. Grayscale: #3E3E3E. Windows color (decimal): -16428180 or 7099141. OLE color: 7099141.
HSL color Cylindrical-coordinate representation of color #05536C: hue angle of 194.56º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05536C is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 83 | 108 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.58 |
| HSL | 194.56º | 0.91% | 0.22% | - |
| HSV(B) | 194.56º | 0.95% | 0.42% | - |
| XYZ | 5.86 | 7.3 | 15.29 | - |
| YUV | 62.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 108 | 0.95 | 0.23 | 0 | 0.58 | 194.56 | 0.91 | 0.22 |
| Hex | 5 | 53 | 6C | 5F | 17 | 0 | 3A | C3 | 5B | 16 |
| Octal | 5 | 123 | 154 | 137 | 27 | 0 | 72 | 303 | 133 | 26 |
| Binary | 101 | 1010011 | 1101100 | 1011111 | 10111 | 0 | 111010 | 11000011 | 1011011 | 10110 |
Color Harmonies of #05536C
Complementary color
Monochromatic Colors of #05536C
Black with #05536C
Text Example
Text Example
White with #05536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05536C; }
p { color: rgb(5,83,108); }
H1.HeaderClassName
{
color: #05536C;
}
.AnyTagClassName
{
color: #05536C;
}
</style>
background-color css
<style>
a { background-color: #05536C; }
a { background-color: rgb(5,83,108); }
div.DivClassName
{
background-color: #05536C;
}
.BgClassName
{
background-color: #05536C;
}
</style>
border-color css
<style>
span { border-color: #05536C; }
span { border-color: rgb(5,83,108); }
td.TdClassName
{
border-color: #05536C;
}
.TagClassName
{
border-color: #05536C;
}
</style>