Shades of Governor Bay #534F98
Tints of Governor Bay #534F98
RGB
CMYK
RGB Variations
Color information
#534F98 (or 0x534F98) is known color: Governor Bay. HEX triplet: 53, 4F and 98. RGB value is (83,79,152). Sum of RGB (Red+Green+Blue) = 83+79+152=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #534F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F98 is #ACB067. Grayscale: #585858. Windows color (decimal): -11317352 or 9981779. OLE color: 9981779.
HSL color Cylindrical-coordinate representation of color #534F98: hue angle of 243.29º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #534F98 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 79 | 152 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.40 |
| HSL | 243.29º | 0.32% | 0.45% | - |
| HSV(B) | 243.29º | 0.48% | 0.6% | - |
| XYZ | 12.03 | 9.7 | 30.94 | - |
| YUV | 88.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 152 | 0.45 | 0.48 | 0 | 0.40 | 243.29 | 0.32 | 0.45 |
| Hex | 53 | 4F | 98 | 2D | 30 | 0 | 28 | F3 | 20 | 2D |
| Octal | 123 | 117 | 230 | 55 | 60 | 0 | 50 | 363 | 40 | 55 |
| Binary | 1010011 | 1001111 | 10011000 | 101101 | 110000 | 0 | 101000 | 11110011 | 100000 | 101101 |
Color Harmonies of #534F98
Complementary color
Monochromatic Colors of #534F98
Black with #534F98
Text Example
Text Example
White with #534F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F98; }
p { color: rgb(83,79,152); }
H1.HeaderClassName
{
color: #534F98;
}
.AnyTagClassName
{
color: #534F98;
}
</style>
background-color css
<style>
a { background-color: #534F98; }
a { background-color: rgb(83,79,152); }
div.DivClassName
{
background-color: #534F98;
}
.BgClassName
{
background-color: #534F98;
}
</style>
border-color css
<style>
span { border-color: #534F98; }
span { border-color: rgb(83,79,152); }
td.TdClassName
{
border-color: #534F98;
}
.TagClassName
{
border-color: #534F98;
}
</style>