Shades of Governor Bay #534F92
Tints of Governor Bay #534F92
RGB
CMYK
RGB Variations
Color information
#534F92 (or 0x534F92) is known color: Governor Bay. HEX triplet: 53, 4F and 92. RGB value is (83,79,146). Sum of RGB (Red+Green+Blue) = 83+79+146=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #534F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F92 is #ACB06D. Grayscale: #575757. Windows color (decimal): -11317358 or 9588563. OLE color: 9588563.
HSL color Cylindrical-coordinate representation of color #534F92: hue angle of 243.58º degrees, saturation: 0.3, 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 #534F92 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 79 | 146 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.43 |
| HSL | 243.58º | 0.3% | 0.44% | - |
| HSV(B) | 243.58º | 0.46% | 0.57% | - |
| XYZ | 11.55 | 9.51 | 28.42 | - |
| YUV | 87.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 146 | 0.43 | 0.46 | 0 | 0.43 | 243.58 | 0.3 | 0.44 |
| Hex | 53 | 4F | 92 | 2B | 2E | 0 | 2B | F4 | 1E | 2C |
| Octal | 123 | 117 | 222 | 53 | 56 | 0 | 53 | 364 | 36 | 54 |
| Binary | 1010011 | 1001111 | 10010010 | 101011 | 101110 | 0 | 101011 | 11110100 | 11110 | 101100 |
Color Harmonies of #534F92
Complementary color
Monochromatic Colors of #534F92
Black with #534F92
Text Example
Text Example
White with #534F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F92; }
p { color: rgb(83,79,146); }
H1.HeaderClassName
{
color: #534F92;
}
.AnyTagClassName
{
color: #534F92;
}
</style>
background-color css
<style>
a { background-color: #534F92; }
a { background-color: rgb(83,79,146); }
div.DivClassName
{
background-color: #534F92;
}
.BgClassName
{
background-color: #534F92;
}
</style>
border-color css
<style>
span { border-color: #534F92; }
span { border-color: rgb(83,79,146); }
td.TdClassName
{
border-color: #534F92;
}
.TagClassName
{
border-color: #534F92;
}
</style>