Shades of Governor Bay #5359A0
Tints of Governor Bay #5359A0
RGB
CMYK
RGB Variations
Color information
#5359A0 (or 0x5359A0) is known color: Governor Bay. HEX triplet: 53, 59 and A0. RGB value is (83,89,160). Sum of RGB (Red+Green+Blue) = 83+89+160=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #5359A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5359A0 is #ACA65F. Grayscale: #5F5F5F. Windows color (decimal): -11314784 or 10508627. OLE color: 10508627.
HSL color Cylindrical-coordinate representation of color #5359A0: hue angle of 235.32º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5359A0 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 89 | 160 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.37 |
| HSL | 235.32º | 0.32% | 0.48% | - |
| HSV(B) | 235.32º | 0.48% | 0.63% | - |
| XYZ | 13.48 | 11.52 | 34.77 | - |
| YUV | 95.3 | 164.51 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 160 | 0.48 | 0.44 | 0 | 0.37 | 235.32 | 0.32 | 0.48 |
| Hex | 53 | 59 | A0 | 30 | 2C | 0 | 25 | EB | 20 | 30 |
| Octal | 123 | 131 | 240 | 60 | 54 | 0 | 45 | 353 | 40 | 60 |
| Binary | 1010011 | 1011001 | 10100000 | 110000 | 101100 | 0 | 100101 | 11101011 | 100000 | 110000 |
Color Harmonies of #5359A0
Complementary color
Monochromatic Colors of #5359A0
Black with #5359A0
Text Example
Text Example
White with #5359A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5359A0; }
p { color: rgb(83,89,160); }
H1.HeaderClassName
{
color: #5359A0;
}
.AnyTagClassName
{
color: #5359A0;
}
</style>
background-color css
<style>
a { background-color: #5359A0; }
a { background-color: rgb(83,89,160); }
div.DivClassName
{
background-color: #5359A0;
}
.BgClassName
{
background-color: #5359A0;
}
</style>
border-color css
<style>
span { border-color: #5359A0; }
span { border-color: rgb(83,89,160); }
td.TdClassName
{
border-color: #5359A0;
}
.TagClassName
{
border-color: #5359A0;
}
</style>