Shades of Governor Bay #535B89
Tints of Governor Bay #535B89
RGB
CMYK
RGB Variations
Color information
#535B89 (or 0x535B89) is known color: Governor Bay. HEX triplet: 53, 5B and 89. RGB value is (83,91,137). Sum of RGB (Red+Green+Blue) = 83+91+137=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #535B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B89 is #ACA476. Grayscale: #5D5D5D. Windows color (decimal): -11314295 or 9001811. OLE color: 9001811.
HSL color Cylindrical-coordinate representation of color #535B89: hue angle of 231.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #535B89 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 91 | 137 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.46 |
| HSL | 231.11º | 0.25% | 0.43% | - |
| HSV(B) | 231.11º | 0.39% | 0.54% | - |
| XYZ | 11.82 | 11.13 | 25.19 | - |
| YUV | 93.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 137 | 0.39 | 0.34 | 0 | 0.46 | 231.11 | 0.25 | 0.43 |
| Hex | 53 | 5B | 89 | 27 | 22 | 0 | 2E | E7 | 19 | 2B |
| Octal | 123 | 133 | 211 | 47 | 42 | 0 | 56 | 347 | 31 | 53 |
| Binary | 1010011 | 1011011 | 10001001 | 100111 | 100010 | 0 | 101110 | 11100111 | 11001 | 101011 |
Color Harmonies of #535B89
Complementary color
Monochromatic Colors of #535B89
Black with #535B89
Text Example
Text Example
White with #535B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B89; }
p { color: rgb(83,91,137); }
H1.HeaderClassName
{
color: #535B89;
}
.AnyTagClassName
{
color: #535B89;
}
</style>
background-color css
<style>
a { background-color: #535B89; }
a { background-color: rgb(83,91,137); }
div.DivClassName
{
background-color: #535B89;
}
.BgClassName
{
background-color: #535B89;
}
</style>
border-color css
<style>
span { border-color: #535B89; }
span { border-color: rgb(83,91,137); }
td.TdClassName
{
border-color: #535B89;
}
.TagClassName
{
border-color: #535B89;
}
</style>