Shades of Governor Bay #535F90
Tints of Governor Bay #535F90
RGB
CMYK
RGB Variations
Color information
#535F90 (or 0x535F90) is known color: Governor Bay. HEX triplet: 53, 5F and 90. RGB value is (83,95,144). Sum of RGB (Red+Green+Blue) = 83+95+144=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #535F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F90 is #ACA06F. Grayscale: #606060. Windows color (decimal): -11313264 or 9461587. OLE color: 9461587.
HSL color Cylindrical-coordinate representation of color #535F90: hue angle of 228.2º 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 #535F90 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 95 | 144 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.44 |
| HSL | 228.2º | 0.27% | 0.45% | - |
| HSV(B) | 228.2º | 0.42% | 0.56% | - |
| XYZ | 12.69 | 12.04 | 28.04 | - |
| YUV | 97 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 144 | 0.42 | 0.34 | 0 | 0.44 | 228.2 | 0.27 | 0.45 |
| Hex | 53 | 5F | 90 | 2A | 22 | 0 | 2C | E4 | 1B | 2D |
| Octal | 123 | 137 | 220 | 52 | 42 | 0 | 54 | 344 | 33 | 55 |
| Binary | 1010011 | 1011111 | 10010000 | 101010 | 100010 | 0 | 101100 | 11100100 | 11011 | 101101 |
Color Harmonies of #535F90
Complementary color
Monochromatic Colors of #535F90
Black with #535F90
Text Example
Text Example
White with #535F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F90; }
p { color: rgb(83,95,144); }
H1.HeaderClassName
{
color: #535F90;
}
.AnyTagClassName
{
color: #535F90;
}
</style>
background-color css
<style>
a { background-color: #535F90; }
a { background-color: rgb(83,95,144); }
div.DivClassName
{
background-color: #535F90;
}
.BgClassName
{
background-color: #535F90;
}
</style>
border-color css
<style>
span { border-color: #535F90; }
span { border-color: rgb(83,95,144); }
td.TdClassName
{
border-color: #535F90;
}
.TagClassName
{
border-color: #535F90;
}
</style>