Shades of Governor Bay #535193
Tints of Governor Bay #535193
RGB
CMYK
RGB Variations
Color information
#535193 (or 0x535193) is known color: Governor Bay. HEX triplet: 53, 51 and 93. RGB value is (83,81,147). Sum of RGB (Red+Green+Blue) = 83+81+147=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #535193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535193 is #ACAE6C. Grayscale: #585858. Windows color (decimal): -11316845 or 9654611. OLE color: 9654611.
HSL color Cylindrical-coordinate representation of color #535193: hue angle of 241.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #535193 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 81 | 147 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.42 |
| HSL | 241.82º | 0.29% | 0.45% | - |
| HSV(B) | 241.82º | 0.45% | 0.58% | - |
| XYZ | 11.78 | 9.83 | 28.88 | - |
| YUV | 89.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 147 | 0.44 | 0.45 | 0 | 0.42 | 241.82 | 0.29 | 0.45 |
| Hex | 53 | 51 | 93 | 2C | 2D | 0 | 2A | F2 | 1D | 2D |
| Octal | 123 | 121 | 223 | 54 | 55 | 0 | 52 | 362 | 35 | 55 |
| Binary | 1010011 | 1010001 | 10010011 | 101100 | 101101 | 0 | 101010 | 11110010 | 11101 | 101101 |
Color Harmonies of #535193
Complementary color
Monochromatic Colors of #535193
Black with #535193
Text Example
Text Example
White with #535193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535193; }
p { color: rgb(83,81,147); }
H1.HeaderClassName
{
color: #535193;
}
.AnyTagClassName
{
color: #535193;
}
</style>
background-color css
<style>
a { background-color: #535193; }
a { background-color: rgb(83,81,147); }
div.DivClassName
{
background-color: #535193;
}
.BgClassName
{
background-color: #535193;
}
</style>
border-color css
<style>
span { border-color: #535193; }
span { border-color: rgb(83,81,147); }
td.TdClassName
{
border-color: #535193;
}
.TagClassName
{
border-color: #535193;
}
</style>