Shades of Governor Bay #535B90
Tints of Governor Bay #535B90
RGB
CMYK
RGB Variations
Color information
#535B90 (or 0x535B90) is known color: Governor Bay. HEX triplet: 53, 5B and 90. RGB value is (83,91,144). Sum of RGB (Red+Green+Blue) = 83+91+144=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #535B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B90 is #ACA46F. Grayscale: #5E5E5E. Windows color (decimal): -11314288 or 9460563. OLE color: 9460563.
HSL color Cylindrical-coordinate representation of color #535B90: hue angle of 232.13º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #535B90 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 91 | 144 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.44 |
| HSL | 232.13º | 0.27% | 0.45% | - |
| HSV(B) | 232.13º | 0.42% | 0.56% | - |
| XYZ | 12.34 | 11.33 | 27.92 | - |
| YUV | 94.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 144 | 0.42 | 0.37 | 0 | 0.44 | 232.13 | 0.27 | 0.45 |
| Hex | 53 | 5B | 90 | 2A | 25 | 0 | 2C | E8 | 1B | 2D |
| Octal | 123 | 133 | 220 | 52 | 45 | 0 | 54 | 350 | 33 | 55 |
| Binary | 1010011 | 1011011 | 10010000 | 101010 | 100101 | 0 | 101100 | 11101000 | 11011 | 101101 |
Color Harmonies of #535B90
Complementary color
Monochromatic Colors of #535B90
Black with #535B90
Text Example
Text Example
White with #535B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B90; }
p { color: rgb(83,91,144); }
H1.HeaderClassName
{
color: #535B90;
}
.AnyTagClassName
{
color: #535B90;
}
</style>
background-color css
<style>
a { background-color: #535B90; }
a { background-color: rgb(83,91,144); }
div.DivClassName
{
background-color: #535B90;
}
.BgClassName
{
background-color: #535B90;
}
</style>
border-color css
<style>
span { border-color: #535B90; }
span { border-color: rgb(83,91,144); }
td.TdClassName
{
border-color: #535B90;
}
.TagClassName
{
border-color: #535B90;
}
</style>