Shades of Governor Bay #535399
Tints of Governor Bay #535399
RGB
CMYK
RGB Variations
Color information
#535399 (or 0x535399) is known color: Governor Bay. HEX triplet: 53, 53 and 99. RGB value is (83,83,153). Sum of RGB (Red+Green+Blue) = 83+83+153=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #535399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535399 is #ACAC66. Grayscale: #5A5A5A. Windows color (decimal): -11316327 or 10048339. OLE color: 10048339.
HSL color Cylindrical-coordinate representation of color #535399: hue angle of 240º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535399 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 83 | 153 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.4 |
| HSL | 240º | 0.3% | 0.46% | - |
| HSV(B) | 240º | 0.46% | 0.6% | - |
| XYZ | 12.41 | 10.33 | 31.48 | - |
| YUV | 90.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 153 | 0.46 | 0.46 | 0 | 0.4 | 240 | 0.3 | 0.46 |
| Hex | 53 | 53 | 99 | 2E | 2E | 0 | 28 | F0 | 1E | 2E |
| Octal | 123 | 123 | 231 | 56 | 56 | 0 | 50 | 360 | 36 | 56 |
| Binary | 1010011 | 1010011 | 10011001 | 101110 | 101110 | 0 | 101000 | 11110000 | 11110 | 101110 |
Color Harmonies of #535399
Complementary color
Monochromatic Colors of #535399
Black with #535399
Text Example
Text Example
White with #535399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535399; }
p { color: rgb(83,83,153); }
H1.HeaderClassName
{
color: #535399;
}
.AnyTagClassName
{
color: #535399;
}
</style>
background-color css
<style>
a { background-color: #535399; }
a { background-color: rgb(83,83,153); }
div.DivClassName
{
background-color: #535399;
}
.BgClassName
{
background-color: #535399;
}
</style>
border-color css
<style>
span { border-color: #535399; }
span { border-color: rgb(83,83,153); }
td.TdClassName
{
border-color: #535399;
}
.TagClassName
{
border-color: #535399;
}
</style>