Shades of Governor Bay #535F9E
Tints of Governor Bay #535F9E
RGB
CMYK
RGB Variations
Color information
#535F9E (or 0x535F9E) is known color: Governor Bay. HEX triplet: 53, 5F and 9E. RGB value is (83,95,158). Sum of RGB (Red+Green+Blue) = 83+95+158=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #535F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F9E is #ACA061. Grayscale: #626262. Windows color (decimal): -11313250 or 10379091. OLE color: 10379091.
HSL color Cylindrical-coordinate representation of color #535F9E: hue angle of 230.4º 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 #535F9E is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 95 | 158 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.38 |
| HSL | 230.4º | 0.31% | 0.47% | - |
| HSV(B) | 230.4º | 0.47% | 0.62% | - |
| XYZ | 13.83 | 12.49 | 34.03 | - |
| YUV | 98.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 158 | 0.47 | 0.40 | 0 | 0.38 | 230.4 | 0.31 | 0.47 |
| Hex | 53 | 5F | 9E | 2F | 28 | 0 | 26 | E6 | 1F | 2F |
| Octal | 123 | 137 | 236 | 57 | 50 | 0 | 46 | 346 | 37 | 57 |
| Binary | 1010011 | 1011111 | 10011110 | 101111 | 101000 | 0 | 100110 | 11100110 | 11111 | 101111 |
Color Harmonies of #535F9E
Complementary color
Monochromatic Colors of #535F9E
Black with #535F9E
Text Example
Text Example
White with #535F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F9E; }
p { color: rgb(83,95,158); }
H1.HeaderClassName
{
color: #535F9E;
}
.AnyTagClassName
{
color: #535F9E;
}
</style>
background-color css
<style>
a { background-color: #535F9E; }
a { background-color: rgb(83,95,158); }
div.DivClassName
{
background-color: #535F9E;
}
.BgClassName
{
background-color: #535F9E;
}
</style>
border-color css
<style>
span { border-color: #535F9E; }
span { border-color: rgb(83,95,158); }
td.TdClassName
{
border-color: #535F9E;
}
.TagClassName
{
border-color: #535F9E;
}
</style>