Shades of Governor Bay #53579C
Tints of Governor Bay #53579C
RGB
CMYK
RGB Variations
Color information
#53579C (or 0x53579C) is known color: Governor Bay. HEX triplet: 53, 57 and 9C. RGB value is (83,87,156). Sum of RGB (Red+Green+Blue) = 83+87+156=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #53579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53579C is #ACA863. Grayscale: #5D5D5D. Windows color (decimal): -11315300 or 10245971. OLE color: 10245971.
HSL color Cylindrical-coordinate representation of color #53579C: hue angle of 236.71º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53579C is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 87 | 156 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.39 |
| HSL | 236.71º | 0.31% | 0.47% | - |
| HSV(B) | 236.71º | 0.47% | 0.61% | - |
| XYZ | 12.98 | 11.06 | 32.9 | - |
| YUV | 93.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 156 | 0.47 | 0.44 | 0 | 0.39 | 236.71 | 0.31 | 0.47 |
| Hex | 53 | 57 | 9C | 2F | 2C | 0 | 27 | ED | 1F | 2F |
| Octal | 123 | 127 | 234 | 57 | 54 | 0 | 47 | 355 | 37 | 57 |
| Binary | 1010011 | 1010111 | 10011100 | 101111 | 101100 | 0 | 100111 | 11101101 | 11111 | 101111 |
Color Harmonies of #53579C
Complementary color
Monochromatic Colors of #53579C
Black with #53579C
Text Example
Text Example
White with #53579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53579C; }
p { color: rgb(83,87,156); }
H1.HeaderClassName
{
color: #53579C;
}
.AnyTagClassName
{
color: #53579C;
}
</style>
background-color css
<style>
a { background-color: #53579C; }
a { background-color: rgb(83,87,156); }
div.DivClassName
{
background-color: #53579C;
}
.BgClassName
{
background-color: #53579C;
}
</style>
border-color css
<style>
span { border-color: #53579C; }
span { border-color: rgb(83,87,156); }
td.TdClassName
{
border-color: #53579C;
}
.TagClassName
{
border-color: #53579C;
}
</style>