Shades of Governor Bay #5D5995
Tints of Governor Bay #5D5995
RGB
CMYK
RGB Variations
Color information
#5D5995 (or 0x5D5995) is known color: Governor Bay. HEX triplet: 5D, 59 and 95. RGB value is (93,89,149). Sum of RGB (Red+Green+Blue) = 93+89+149=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D5995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5995 is #A2A66A. Grayscale: #606060. Windows color (decimal): -10659435 or 9787741. OLE color: 9787741.
HSL color Cylindrical-coordinate representation of color #5D5995: hue angle of 244º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D5995 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 89 | 149 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.42 |
| HSL | 244º | 0.25% | 0.47% | - |
| HSV(B) | 244º | 0.4% | 0.58% | - |
| XYZ | 13.51 | 11.64 | 29.97 | - |
| YUV | 97.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 149 | 0.38 | 0.40 | 0 | 0.42 | 244 | 0.25 | 0.47 |
| Hex | 5D | 59 | 95 | 26 | 28 | 0 | 2A | F4 | 19 | 2F |
| Octal | 135 | 131 | 225 | 46 | 50 | 0 | 52 | 364 | 31 | 57 |
| Binary | 1011101 | 1011001 | 10010101 | 100110 | 101000 | 0 | 101010 | 11110100 | 11001 | 101111 |
Color Harmonies of #5D5995
Complementary color
Monochromatic Colors of #5D5995
Black with #5D5995
Text Example
Text Example
White with #5D5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5995; }
p { color: rgb(93,89,149); }
H1.HeaderClassName
{
color: #5D5995;
}
.AnyTagClassName
{
color: #5D5995;
}
</style>
background-color css
<style>
a { background-color: #5D5995; }
a { background-color: rgb(93,89,149); }
div.DivClassName
{
background-color: #5D5995;
}
.BgClassName
{
background-color: #5D5995;
}
</style>
border-color css
<style>
span { border-color: #5D5995; }
span { border-color: rgb(93,89,149); }
td.TdClassName
{
border-color: #5D5995;
}
.TagClassName
{
border-color: #5D5995;
}
</style>