Shades of Governor Bay #534F91
Tints of Governor Bay #534F91
RGB
CMYK
RGB Variations
Color information
#534F91 (or 0x534F91) is known color: Governor Bay. HEX triplet: 53, 4F and 91. RGB value is (83,79,145). Sum of RGB (Red+Green+Blue) = 83+79+145=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #534F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F91 is #ACB06E. Grayscale: #575757. Windows color (decimal): -11317359 or 9523027. OLE color: 9523027.
HSL color Cylindrical-coordinate representation of color #534F91: hue angle of 243.64º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534F91 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 79 | 145 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.43 |
| HSL | 243.64º | 0.29% | 0.44% | - |
| HSV(B) | 243.64º | 0.46% | 0.57% | - |
| XYZ | 11.47 | 9.48 | 28.01 | - |
| YUV | 87.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 145 | 0.43 | 0.46 | 0 | 0.43 | 243.64 | 0.29 | 0.44 |
| Hex | 53 | 4F | 91 | 2B | 2E | 0 | 2B | F4 | 1D | 2C |
| Octal | 123 | 117 | 221 | 53 | 56 | 0 | 53 | 364 | 35 | 54 |
| Binary | 1010011 | 1001111 | 10010001 | 101011 | 101110 | 0 | 101011 | 11110100 | 11101 | 101100 |
Color Harmonies of #534F91
Complementary color
Monochromatic Colors of #534F91
Black with #534F91
Text Example
Text Example
White with #534F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F91; }
p { color: rgb(83,79,145); }
H1.HeaderClassName
{
color: #534F91;
}
.AnyTagClassName
{
color: #534F91;
}
</style>
background-color css
<style>
a { background-color: #534F91; }
a { background-color: rgb(83,79,145); }
div.DivClassName
{
background-color: #534F91;
}
.BgClassName
{
background-color: #534F91;
}
</style>
border-color css
<style>
span { border-color: #534F91; }
span { border-color: rgb(83,79,145); }
td.TdClassName
{
border-color: #534F91;
}
.TagClassName
{
border-color: #534F91;
}
</style>