Shades of Governor Bay #534E9B
Tints of Governor Bay #534E9B
RGB
CMYK
RGB Variations
Color information
#534E9B (or 0x534E9B) is known color: Governor Bay. HEX triplet: 53, 4E and 9B. RGB value is (83,78,155). Sum of RGB (Red+Green+Blue) = 83+78+155=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #534E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534E9B is #ACB164. Grayscale: #575757. Windows color (decimal): -11317605 or 10178131. OLE color: 10178131.
HSL color Cylindrical-coordinate representation of color #534E9B: hue angle of 243.9º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534E9B is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 78 | 155 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.39 |
| HSL | 243.9º | 0.33% | 0.46% | - |
| HSV(B) | 243.9º | 0.5% | 0.61% | - |
| XYZ | 12.21 | 9.65 | 32.23 | - |
| YUV | 88.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 155 | 0.46 | 0.50 | 0 | 0.39 | 243.9 | 0.33 | 0.46 |
| Hex | 53 | 4E | 9B | 2E | 32 | 0 | 27 | F4 | 21 | 2E |
| Octal | 123 | 116 | 233 | 56 | 62 | 0 | 47 | 364 | 41 | 56 |
| Binary | 1010011 | 1001110 | 10011011 | 101110 | 110010 | 0 | 100111 | 11110100 | 100001 | 101110 |
Color Harmonies of #534E9B
Complementary color
Monochromatic Colors of #534E9B
Black with #534E9B
Text Example
Text Example
White with #534E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E9B; }
p { color: rgb(83,78,155); }
H1.HeaderClassName
{
color: #534E9B;
}
.AnyTagClassName
{
color: #534E9B;
}
</style>
background-color css
<style>
a { background-color: #534E9B; }
a { background-color: rgb(83,78,155); }
div.DivClassName
{
background-color: #534E9B;
}
.BgClassName
{
background-color: #534E9B;
}
</style>
border-color css
<style>
span { border-color: #534E9B; }
span { border-color: rgb(83,78,155); }
td.TdClassName
{
border-color: #534E9B;
}
.TagClassName
{
border-color: #534E9B;
}
</style>