Shades of Governor Bay #5B519C
Tints of Governor Bay #5B519C
RGB
CMYK
RGB Variations
Color information
#5B519C (or 0x5B519C) is known color: Governor Bay. HEX triplet: 5B, 51 and 9C. RGB value is (91,81,156). Sum of RGB (Red+Green+Blue) = 91+81+156=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B519C is #A4AE63. Grayscale: #5C5C5C. Windows color (decimal): -10792548 or 10244443. OLE color: 10244443.
HSL color Cylindrical-coordinate representation of color #5B519C: hue angle of 248º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B519C is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 81 | 156 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.39 |
| HSL | 248º | 0.32% | 0.46% | - |
| HSV(B) | 248º | 0.48% | 0.61% | - |
| XYZ | 13.26 | 10.51 | 32.78 | - |
| YUV | 92.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 156 | 0.42 | 0.48 | 0 | 0.39 | 248 | 0.32 | 0.46 |
| Hex | 5B | 51 | 9C | 2A | 30 | 0 | 27 | F8 | 20 | 2E |
| Octal | 133 | 121 | 234 | 52 | 60 | 0 | 47 | 370 | 40 | 56 |
| Binary | 1011011 | 1010001 | 10011100 | 101010 | 110000 | 0 | 100111 | 11111000 | 100000 | 101110 |
Color Harmonies of #5B519C
Complementary color
Monochromatic Colors of #5B519C
Black with #5B519C
Text Example
Text Example
White with #5B519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B519C; }
p { color: rgb(91,81,156); }
H1.HeaderClassName
{
color: #5B519C;
}
.AnyTagClassName
{
color: #5B519C;
}
</style>
background-color css
<style>
a { background-color: #5B519C; }
a { background-color: rgb(91,81,156); }
div.DivClassName
{
background-color: #5B519C;
}
.BgClassName
{
background-color: #5B519C;
}
</style>
border-color css
<style>
span { border-color: #5B519C; }
span { border-color: rgb(91,81,156); }
td.TdClassName
{
border-color: #5B519C;
}
.TagClassName
{
border-color: #5B519C;
}
</style>