Shades of Governor Bay #535B86
Tints of Governor Bay #535B86
RGB
CMYK
RGB Variations
Color information
#535B86 (or 0x535B86) is known color: Governor Bay. HEX triplet: 53, 5B and 86. RGB value is (83,91,134). Sum of RGB (Red+Green+Blue) = 83+91+134=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #535B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B86 is #ACA479. Grayscale: #5D5D5D. Windows color (decimal): -11314298 or 8805203. OLE color: 8805203.
HSL color Cylindrical-coordinate representation of color #535B86: hue angle of 230.59º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #535B86 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 91 | 134 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.47 |
| HSL | 230.59º | 0.24% | 0.43% | - |
| HSV(B) | 230.59º | 0.38% | 0.53% | - |
| XYZ | 11.61 | 11.04 | 24.07 | - |
| YUV | 93.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 134 | 0.38 | 0.32 | 0 | 0.47 | 230.59 | 0.24 | 0.43 |
| Hex | 53 | 5B | 86 | 26 | 20 | 0 | 2F | E7 | 18 | 2B |
| Octal | 123 | 133 | 206 | 46 | 40 | 0 | 57 | 347 | 30 | 53 |
| Binary | 1010011 | 1011011 | 10000110 | 100110 | 100000 | 0 | 101111 | 11100111 | 11000 | 101011 |
Color Harmonies of #535B86
Complementary color
Monochromatic Colors of #535B86
Black with #535B86
Text Example
Text Example
White with #535B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B86; }
p { color: rgb(83,91,134); }
H1.HeaderClassName
{
color: #535B86;
}
.AnyTagClassName
{
color: #535B86;
}
</style>
background-color css
<style>
a { background-color: #535B86; }
a { background-color: rgb(83,91,134); }
div.DivClassName
{
background-color: #535B86;
}
.BgClassName
{
background-color: #535B86;
}
</style>
border-color css
<style>
span { border-color: #535B86; }
span { border-color: rgb(83,91,134); }
td.TdClassName
{
border-color: #535B86;
}
.TagClassName
{
border-color: #535B86;
}
</style>