Shades of Governor Bay #535090
Tints of Governor Bay #535090
RGB
CMYK
RGB Variations
Color information
#535090 (or 0x535090) is known color: Governor Bay. HEX triplet: 53, 50 and 90. RGB value is (83,80,144). Sum of RGB (Red+Green+Blue) = 83+80+144=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #535090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535090 is #ACAF6F. Grayscale: #575757. Windows color (decimal): -11317104 or 9457747. OLE color: 9457747.
HSL color Cylindrical-coordinate representation of color #535090: hue angle of 242.81º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #535090 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 80 | 144 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.44 |
| HSL | 242.81º | 0.29% | 0.44% | - |
| HSV(B) | 242.81º | 0.44% | 0.56% | - |
| XYZ | 11.47 | 9.59 | 27.63 | - |
| YUV | 88.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 144 | 0.42 | 0.44 | 0 | 0.44 | 242.81 | 0.29 | 0.44 |
| Hex | 53 | 50 | 90 | 2A | 2C | 0 | 2C | F3 | 1D | 2C |
| Octal | 123 | 120 | 220 | 52 | 54 | 0 | 54 | 363 | 35 | 54 |
| Binary | 1010011 | 1010000 | 10010000 | 101010 | 101100 | 0 | 101100 | 11110011 | 11101 | 101100 |
Color Harmonies of #535090
Complementary color
Monochromatic Colors of #535090
Black with #535090
Text Example
Text Example
White with #535090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535090; }
p { color: rgb(83,80,144); }
H1.HeaderClassName
{
color: #535090;
}
.AnyTagClassName
{
color: #535090;
}
</style>
background-color css
<style>
a { background-color: #535090; }
a { background-color: rgb(83,80,144); }
div.DivClassName
{
background-color: #535090;
}
.BgClassName
{
background-color: #535090;
}
</style>
border-color css
<style>
span { border-color: #535090; }
span { border-color: rgb(83,80,144); }
td.TdClassName
{
border-color: #535090;
}
.TagClassName
{
border-color: #535090;
}
</style>