Shades of Governor Bay #535AA1
Tints of Governor Bay #535AA1
RGB
CMYK
RGB Variations
Color information
#535AA1 (or 0x535AA1) is known color: Governor Bay. HEX triplet: 53, 5A and A1. RGB value is (83,90,161). Sum of RGB (Red+Green+Blue) = 83+90+161=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #535AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535AA1 is #ACA55E. Grayscale: #5F5F5F. Windows color (decimal): -11314527 or 10574419. OLE color: 10574419.
HSL color Cylindrical-coordinate representation of color #535AA1: hue angle of 234.62º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #535AA1 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 90 | 161 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.37 |
| HSL | 234.62º | 0.32% | 0.48% | - |
| HSV(B) | 234.62º | 0.48% | 0.63% | - |
| XYZ | 13.66 | 11.72 | 35.26 | - |
| YUV | 96 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 161 | 0.48 | 0.44 | 0 | 0.37 | 234.62 | 0.32 | 0.48 |
| Hex | 53 | 5A | A1 | 30 | 2C | 0 | 25 | EB | 20 | 30 |
| Octal | 123 | 132 | 241 | 60 | 54 | 0 | 45 | 353 | 40 | 60 |
| Binary | 1010011 | 1011010 | 10100001 | 110000 | 101100 | 0 | 100101 | 11101011 | 100000 | 110000 |
Color Harmonies of #535AA1
Complementary color
Monochromatic Colors of #535AA1
Black with #535AA1
Text Example
Text Example
White with #535AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AA1; }
p { color: rgb(83,90,161); }
H1.HeaderClassName
{
color: #535AA1;
}
.AnyTagClassName
{
color: #535AA1;
}
</style>
background-color css
<style>
a { background-color: #535AA1; }
a { background-color: rgb(83,90,161); }
div.DivClassName
{
background-color: #535AA1;
}
.BgClassName
{
background-color: #535AA1;
}
</style>
border-color css
<style>
span { border-color: #535AA1; }
span { border-color: rgb(83,90,161); }
td.TdClassName
{
border-color: #535AA1;
}
.TagClassName
{
border-color: #535AA1;
}
</style>