Shades of Blue Lagoon #05636A
Tints of Blue Lagoon #05636A
RGB
CMYK
RGB Variations
Color information
#05636A (or 0x05636A) is known color: Blue Lagoon. HEX triplet: 05, 63 and 6A. RGB value is (5,99,106). Sum of RGB (Red+Green+Blue) = 5+99+106=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #05636A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05636A is #FA9C95. Grayscale: #474747. Windows color (decimal): -16424086 or 6972165. OLE color: 6972165.
HSL color Cylindrical-coordinate representation of color #05636A: hue angle of 184.16º 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 #05636A is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 99 | 106 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.58 |
| HSL | 184.16º | 0.91% | 0.22% | - |
| HSV(B) | 184.16º | 0.95% | 0.42% | - |
| XYZ | 7.13 | 10 | 15.19 | - |
| YUV | 71.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 106 | 0.95 | 0.07 | 0 | 0.58 | 184.16 | 0.91 | 0.22 |
| Hex | 5 | 63 | 6A | 5F | 7 | 0 | 3A | B8 | 5B | 16 |
| Octal | 5 | 143 | 152 | 137 | 7 | 0 | 72 | 270 | 133 | 26 |
| Binary | 101 | 1100011 | 1101010 | 1011111 | 111 | 0 | 111010 | 10111000 | 1011011 | 10110 |
Color Harmonies of #05636A
Complementary color
Monochromatic Colors of #05636A
Black with #05636A
Text Example
Text Example
White with #05636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05636A; }
p { color: rgb(5,99,106); }
H1.HeaderClassName
{
color: #05636A;
}
.AnyTagClassName
{
color: #05636A;
}
</style>
background-color css
<style>
a { background-color: #05636A; }
a { background-color: rgb(5,99,106); }
div.DivClassName
{
background-color: #05636A;
}
.BgClassName
{
background-color: #05636A;
}
</style>
border-color css
<style>
span { border-color: #05636A; }
span { border-color: rgb(5,99,106); }
td.TdClassName
{
border-color: #05636A;
}
.TagClassName
{
border-color: #05636A;
}
</style>