Shades of Governor Bay #535A8D
Tints of Governor Bay #535A8D
RGB
CMYK
RGB Variations
Color information
#535A8D (or 0x535A8D) is known color: Governor Bay. HEX triplet: 53, 5A and 8D. RGB value is (83,90,141). Sum of RGB (Red+Green+Blue) = 83+90+141=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #535A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535A8D is #ACA572. Grayscale: #5D5D5D. Windows color (decimal): -11314547 or 9263699. OLE color: 9263699.
HSL color Cylindrical-coordinate representation of color #535A8D: hue angle of 232.76º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #535A8D is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 90 | 141 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.45 |
| HSL | 232.76º | 0.26% | 0.44% | - |
| HSV(B) | 232.76º | 0.41% | 0.55% | - |
| XYZ | 12.03 | 11.07 | 26.7 | - |
| YUV | 93.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 141 | 0.41 | 0.36 | 0 | 0.45 | 232.76 | 0.26 | 0.44 |
| Hex | 53 | 5A | 8D | 29 | 24 | 0 | 2D | E9 | 1A | 2C |
| Octal | 123 | 132 | 215 | 51 | 44 | 0 | 55 | 351 | 32 | 54 |
| Binary | 1010011 | 1011010 | 10001101 | 101001 | 100100 | 0 | 101101 | 11101001 | 11010 | 101100 |
Color Harmonies of #535A8D
Complementary color
Monochromatic Colors of #535A8D
Black with #535A8D
Text Example
Text Example
White with #535A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A8D; }
p { color: rgb(83,90,141); }
H1.HeaderClassName
{
color: #535A8D;
}
.AnyTagClassName
{
color: #535A8D;
}
</style>
background-color css
<style>
a { background-color: #535A8D; }
a { background-color: rgb(83,90,141); }
div.DivClassName
{
background-color: #535A8D;
}
.BgClassName
{
background-color: #535A8D;
}
</style>
border-color css
<style>
span { border-color: #535A8D; }
span { border-color: rgb(83,90,141); }
td.TdClassName
{
border-color: #535A8D;
}
.TagClassName
{
border-color: #535A8D;
}
</style>