Shades of Governor Bay #53598F
Tints of Governor Bay #53598F
RGB
CMYK
RGB Variations
Color information
#53598F (or 0x53598F) is known color: Governor Bay. HEX triplet: 53, 59 and 8F. RGB value is (83,89,143). Sum of RGB (Red+Green+Blue) = 83+89+143=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #53598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53598F is #ACA670. Grayscale: #5D5D5D. Windows color (decimal): -11314801 or 9394515. OLE color: 9394515.
HSL color Cylindrical-coordinate representation of color #53598F: hue angle of 234º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53598F is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 89 | 143 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.44 |
| HSL | 234º | 0.27% | 0.44% | - |
| HSV(B) | 234º | 0.42% | 0.56% | - |
| XYZ | 12.1 | 10.97 | 27.47 | - |
| YUV | 93.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 143 | 0.42 | 0.38 | 0 | 0.44 | 234 | 0.27 | 0.44 |
| Hex | 53 | 59 | 8F | 2A | 26 | 0 | 2C | EA | 1B | 2C |
| Octal | 123 | 131 | 217 | 52 | 46 | 0 | 54 | 352 | 33 | 54 |
| Binary | 1010011 | 1011001 | 10001111 | 101010 | 100110 | 0 | 101100 | 11101010 | 11011 | 101100 |
Color Harmonies of #53598F
Complementary color
Monochromatic Colors of #53598F
Black with #53598F
Text Example
Text Example
White with #53598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53598F; }
p { color: rgb(83,89,143); }
H1.HeaderClassName
{
color: #53598F;
}
.AnyTagClassName
{
color: #53598F;
}
</style>
background-color css
<style>
a { background-color: #53598F; }
a { background-color: rgb(83,89,143); }
div.DivClassName
{
background-color: #53598F;
}
.BgClassName
{
background-color: #53598F;
}
</style>
border-color css
<style>
span { border-color: #53598F; }
span { border-color: rgb(83,89,143); }
td.TdClassName
{
border-color: #53598F;
}
.TagClassName
{
border-color: #53598F;
}
</style>