Shades of Governor Bay #5D559C
Tints of Governor Bay #5D559C
RGB
CMYK
RGB Variations
Color information
#5D559C (or 0x5D559C) is known color: Governor Bay. HEX triplet: 5D, 55 and 9C. RGB value is (93,85,156). Sum of RGB (Red+Green+Blue) = 93+85+156=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D559C is #A2AA63. Grayscale: #5F5F5F. Windows color (decimal): -10660452 or 10245469. OLE color: 10245469.
HSL color Cylindrical-coordinate representation of color #5D559C: hue angle of 246.76º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D559C is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 85 | 156 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.39 |
| HSL | 246.76º | 0.29% | 0.47% | - |
| HSV(B) | 246.76º | 0.46% | 0.61% | - |
| XYZ | 13.76 | 11.22 | 32.89 | - |
| YUV | 95.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 156 | 0.40 | 0.46 | 0 | 0.39 | 246.76 | 0.29 | 0.47 |
| Hex | 5D | 55 | 9C | 28 | 2E | 0 | 27 | F7 | 1D | 2F |
| Octal | 135 | 125 | 234 | 50 | 56 | 0 | 47 | 367 | 35 | 57 |
| Binary | 1011101 | 1010101 | 10011100 | 101000 | 101110 | 0 | 100111 | 11110111 | 11101 | 101111 |
Color Harmonies of #5D559C
Complementary color
Monochromatic Colors of #5D559C
Black with #5D559C
Text Example
Text Example
White with #5D559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D559C; }
p { color: rgb(93,85,156); }
H1.HeaderClassName
{
color: #5D559C;
}
.AnyTagClassName
{
color: #5D559C;
}
</style>
background-color css
<style>
a { background-color: #5D559C; }
a { background-color: rgb(93,85,156); }
div.DivClassName
{
background-color: #5D559C;
}
.BgClassName
{
background-color: #5D559C;
}
</style>
border-color css
<style>
span { border-color: #5D559C; }
span { border-color: rgb(93,85,156); }
td.TdClassName
{
border-color: #5D559C;
}
.TagClassName
{
border-color: #5D559C;
}
</style>