Shades of Governor Bay #535E9E
Tints of Governor Bay #535E9E
RGB
CMYK
RGB Variations
Color information
#535E9E (or 0x535E9E) is known color: Governor Bay. HEX triplet: 53, 5E and 9E. RGB value is (83,94,158). Sum of RGB (Red+Green+Blue) = 83+94+158=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #535E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E9E is #ACA161. Grayscale: #616161. Windows color (decimal): -11313506 or 10378835. OLE color: 10378835.
HSL color Cylindrical-coordinate representation of color #535E9E: hue angle of 231.2º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #535E9E is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 94 | 158 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.38 |
| HSL | 231.2º | 0.31% | 0.47% | - |
| HSV(B) | 231.2º | 0.47% | 0.62% | - |
| XYZ | 13.74 | 12.31 | 34 | - |
| YUV | 98.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 158 | 0.47 | 0.41 | 0 | 0.38 | 231.2 | 0.31 | 0.47 |
| Hex | 53 | 5E | 9E | 2F | 29 | 0 | 26 | E7 | 1F | 2F |
| Octal | 123 | 136 | 236 | 57 | 51 | 0 | 46 | 347 | 37 | 57 |
| Binary | 1010011 | 1011110 | 10011110 | 101111 | 101001 | 0 | 100110 | 11100111 | 11111 | 101111 |
Color Harmonies of #535E9E
Complementary color
Monochromatic Colors of #535E9E
Black with #535E9E
Text Example
Text Example
White with #535E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E9E; }
p { color: rgb(83,94,158); }
H1.HeaderClassName
{
color: #535E9E;
}
.AnyTagClassName
{
color: #535E9E;
}
</style>
background-color css
<style>
a { background-color: #535E9E; }
a { background-color: rgb(83,94,158); }
div.DivClassName
{
background-color: #535E9E;
}
.BgClassName
{
background-color: #535E9E;
}
</style>
border-color css
<style>
span { border-color: #535E9E; }
span { border-color: rgb(83,94,158); }
td.TdClassName
{
border-color: #535E9E;
}
.TagClassName
{
border-color: #535E9E;
}
</style>