Shades of Governor Bay #535B91
Tints of Governor Bay #535B91
RGB
CMYK
RGB Variations
Color information
#535B91 (or 0x535B91) is known color: Governor Bay. HEX triplet: 53, 5B and 91. RGB value is (83,91,145). Sum of RGB (Red+Green+Blue) = 83+91+145=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #535B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B91 is #ACA46E. Grayscale: #5E5E5E. Windows color (decimal): -11314287 or 9526099. OLE color: 9526099.
HSL color Cylindrical-coordinate representation of color #535B91: hue angle of 232.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #535B91 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 91 | 145 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.43 |
| HSL | 232.26º | 0.27% | 0.45% | - |
| HSV(B) | 232.26º | 0.43% | 0.57% | - |
| XYZ | 12.42 | 11.37 | 28.33 | - |
| YUV | 94.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 145 | 0.43 | 0.37 | 0 | 0.43 | 232.26 | 0.27 | 0.45 |
| Hex | 53 | 5B | 91 | 2B | 25 | 0 | 2B | E8 | 1B | 2D |
| Octal | 123 | 133 | 221 | 53 | 45 | 0 | 53 | 350 | 33 | 55 |
| Binary | 1010011 | 1011011 | 10010001 | 101011 | 100101 | 0 | 101011 | 11101000 | 11011 | 101101 |
Color Harmonies of #535B91
Complementary color
Monochromatic Colors of #535B91
Black with #535B91
Text Example
Text Example
White with #535B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B91; }
p { color: rgb(83,91,145); }
H1.HeaderClassName
{
color: #535B91;
}
.AnyTagClassName
{
color: #535B91;
}
</style>
background-color css
<style>
a { background-color: #535B91; }
a { background-color: rgb(83,91,145); }
div.DivClassName
{
background-color: #535B91;
}
.BgClassName
{
background-color: #535B91;
}
</style>
border-color css
<style>
span { border-color: #535B91; }
span { border-color: rgb(83,91,145); }
td.TdClassName
{
border-color: #535B91;
}
.TagClassName
{
border-color: #535B91;
}
</style>