Shades of Governor Bay #5D608D
Tints of Governor Bay #5D608D
RGB
CMYK
RGB Variations
Color information
#5D608D (or 0x5D608D) is known color: Governor Bay. HEX triplet: 5D, 60 and 8D. RGB value is (93,96,141). Sum of RGB (Red+Green+Blue) = 93+96+141=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D608D is #A29F72. Grayscale: #646464. Windows color (decimal): -10657651 or 9265245. OLE color: 9265245.
HSL color Cylindrical-coordinate representation of color #5D608D: hue angle of 236.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D608D is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 96 | 141 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.45 |
| HSL | 236.25º | 0.21% | 0.46% | - |
| HSV(B) | 236.25º | 0.34% | 0.55% | - |
| XYZ | 13.5 | 12.62 | 26.92 | - |
| YUV | 100.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 141 | 0.34 | 0.32 | 0 | 0.45 | 236.25 | 0.21 | 0.46 |
| Hex | 5D | 60 | 8D | 22 | 20 | 0 | 2D | EC | 15 | 2E |
| Octal | 135 | 140 | 215 | 42 | 40 | 0 | 55 | 354 | 25 | 56 |
| Binary | 1011101 | 1100000 | 10001101 | 100010 | 100000 | 0 | 101101 | 11101100 | 10101 | 101110 |
Color Harmonies of #5D608D
Complementary color
Monochromatic Colors of #5D608D
Black with #5D608D
Text Example
Text Example
White with #5D608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D608D; }
p { color: rgb(93,96,141); }
H1.HeaderClassName
{
color: #5D608D;
}
.AnyTagClassName
{
color: #5D608D;
}
</style>
background-color css
<style>
a { background-color: #5D608D; }
a { background-color: rgb(93,96,141); }
div.DivClassName
{
background-color: #5D608D;
}
.BgClassName
{
background-color: #5D608D;
}
</style>
border-color css
<style>
span { border-color: #5D608D; }
span { border-color: rgb(93,96,141); }
td.TdClassName
{
border-color: #5D608D;
}
.TagClassName
{
border-color: #5D608D;
}
</style>