Shades of Governor Bay #535E8D
Tints of Governor Bay #535E8D
RGB
CMYK
RGB Variations
Color information
#535E8D (or 0x535E8D) is known color: Governor Bay. HEX triplet: 53, 5E and 8D. RGB value is (83,94,141). Sum of RGB (Red+Green+Blue) = 83+94+141=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #535E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E8D is #ACA172. Grayscale: #5F5F5F. Windows color (decimal): -11313523 or 9264723. OLE color: 9264723.
HSL color Cylindrical-coordinate representation of color #535E8D: hue angle of 228.62º 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 #535E8D is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 94 | 141 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.45 |
| HSL | 228.62º | 0.26% | 0.44% | - |
| HSV(B) | 228.62º | 0.41% | 0.55% | - |
| XYZ | 12.38 | 11.77 | 26.82 | - |
| YUV | 96.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 141 | 0.41 | 0.33 | 0 | 0.45 | 228.62 | 0.26 | 0.44 |
| Hex | 53 | 5E | 8D | 29 | 21 | 0 | 2D | E5 | 1A | 2C |
| Octal | 123 | 136 | 215 | 51 | 41 | 0 | 55 | 345 | 32 | 54 |
| Binary | 1010011 | 1011110 | 10001101 | 101001 | 100001 | 0 | 101101 | 11100101 | 11010 | 101100 |
Color Harmonies of #535E8D
Complementary color
Monochromatic Colors of #535E8D
Black with #535E8D
Text Example
Text Example
White with #535E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535E8D; }
p { color: rgb(83,94,141); }
H1.HeaderClassName
{
color: #535E8D;
}
.AnyTagClassName
{
color: #535E8D;
}
</style>
background-color css
<style>
a { background-color: #535E8D; }
a { background-color: rgb(83,94,141); }
div.DivClassName
{
background-color: #535E8D;
}
.BgClassName
{
background-color: #535E8D;
}
</style>
border-color css
<style>
span { border-color: #535E8D; }
span { border-color: rgb(83,94,141); }
td.TdClassName
{
border-color: #535E8D;
}
.TagClassName
{
border-color: #535E8D;
}
</style>