Shades of Governor Bay #5D559A
Tints of Governor Bay #5D559A
RGB
CMYK
RGB Variations
Color information
#5D559A (or 0x5D559A) is known color: Governor Bay. HEX triplet: 5D, 55 and 9A. RGB value is (93,85,154). Sum of RGB (Red+Green+Blue) = 93+85+154=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D559A is #A2AA65. Grayscale: #5E5E5E. Windows color (decimal): -10660454 or 10114397. OLE color: 10114397.
HSL color Cylindrical-coordinate representation of color #5D559A: hue angle of 246.96º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D559A is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 85 | 154 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.40 |
| HSL | 246.96º | 0.29% | 0.47% | - |
| HSV(B) | 246.96º | 0.45% | 0.6% | - |
| XYZ | 13.6 | 11.16 | 32.01 | - |
| YUV | 95.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 154 | 0.40 | 0.45 | 0 | 0.40 | 246.96 | 0.29 | 0.47 |
| Hex | 5D | 55 | 9A | 28 | 2D | 0 | 28 | F7 | 1D | 2F |
| Octal | 135 | 125 | 232 | 50 | 55 | 0 | 50 | 367 | 35 | 57 |
| Binary | 1011101 | 1010101 | 10011010 | 101000 | 101101 | 0 | 101000 | 11110111 | 11101 | 101111 |
Color Harmonies of #5D559A
Complementary color
Monochromatic Colors of #5D559A
Black with #5D559A
Text Example
Text Example
White with #5D559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D559A; }
p { color: rgb(93,85,154); }
H1.HeaderClassName
{
color: #5D559A;
}
.AnyTagClassName
{
color: #5D559A;
}
</style>
background-color css
<style>
a { background-color: #5D559A; }
a { background-color: rgb(93,85,154); }
div.DivClassName
{
background-color: #5D559A;
}
.BgClassName
{
background-color: #5D559A;
}
</style>
border-color css
<style>
span { border-color: #5D559A; }
span { border-color: rgb(93,85,154); }
td.TdClassName
{
border-color: #5D559A;
}
.TagClassName
{
border-color: #5D559A;
}
</style>