Shades of Governor Bay #535EA0
Tints of Governor Bay #535EA0
RGB
CMYK
RGB Variations
Color information
#535EA0 (or 0x535EA0) is known color: Governor Bay. HEX triplet: 53, 5E and A0. RGB value is (83,94,160). Sum of RGB (Red+Green+Blue) = 83+94+160=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #535EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535EA0 is #ACA15F. Grayscale: #616161. Windows color (decimal): -11313504 or 10509907. OLE color: 10509907.
HSL color Cylindrical-coordinate representation of color #535EA0: hue angle of 231.43º 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 #535EA0 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 94 | 160 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.37 |
| HSL | 231.43º | 0.32% | 0.48% | - |
| HSV(B) | 231.43º | 0.48% | 0.63% | - |
| XYZ | 13.92 | 12.38 | 34.91 | - |
| YUV | 98.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 160 | 0.48 | 0.41 | 0 | 0.37 | 231.43 | 0.32 | 0.48 |
| Hex | 53 | 5E | A0 | 30 | 29 | 0 | 25 | E7 | 20 | 30 |
| Octal | 123 | 136 | 240 | 60 | 51 | 0 | 45 | 347 | 40 | 60 |
| Binary | 1010011 | 1011110 | 10100000 | 110000 | 101001 | 0 | 100101 | 11100111 | 100000 | 110000 |
Color Harmonies of #535EA0
Complementary color
Monochromatic Colors of #535EA0
Black with #535EA0
Text Example
Text Example
White with #535EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535EA0; }
p { color: rgb(83,94,160); }
H1.HeaderClassName
{
color: #535EA0;
}
.AnyTagClassName
{
color: #535EA0;
}
</style>
background-color css
<style>
a { background-color: #535EA0; }
a { background-color: rgb(83,94,160); }
div.DivClassName
{
background-color: #535EA0;
}
.BgClassName
{
background-color: #535EA0;
}
</style>
border-color css
<style>
span { border-color: #535EA0; }
span { border-color: rgb(83,94,160); }
td.TdClassName
{
border-color: #535EA0;
}
.TagClassName
{
border-color: #535EA0;
}
</style>