Shades of Governor Bay #5D649D
Tints of Governor Bay #5D649D
RGB
CMYK
RGB Variations
Color information
#5D649D (or 0x5D649D) is known color: Governor Bay. HEX triplet: 5D, 64 and 9D. RGB value is (93,100,157). Sum of RGB (Red+Green+Blue) = 93+100+157=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D649D is #A29B62. Grayscale: #686868. Windows color (decimal): -10656611 or 10314845. OLE color: 10314845.
HSL color Cylindrical-coordinate representation of color #5D649D: hue angle of 233.44º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D649D is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 100 | 157 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.38 |
| HSL | 233.44º | 0.26% | 0.49% | - |
| HSV(B) | 233.44º | 0.41% | 0.62% | - |
| XYZ | 15.16 | 13.88 | 33.78 | - |
| YUV | 104.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 157 | 0.41 | 0.36 | 0 | 0.38 | 233.44 | 0.26 | 0.49 |
| Hex | 5D | 64 | 9D | 29 | 24 | 0 | 26 | E9 | 1A | 31 |
| Octal | 135 | 144 | 235 | 51 | 44 | 0 | 46 | 351 | 32 | 61 |
| Binary | 1011101 | 1100100 | 10011101 | 101001 | 100100 | 0 | 100110 | 11101001 | 11010 | 110001 |
Color Harmonies of #5D649D
Complementary color
Monochromatic Colors of #5D649D
Black with #5D649D
Text Example
Text Example
White with #5D649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D649D; }
p { color: rgb(93,100,157); }
H1.HeaderClassName
{
color: #5D649D;
}
.AnyTagClassName
{
color: #5D649D;
}
</style>
background-color css
<style>
a { background-color: #5D649D; }
a { background-color: rgb(93,100,157); }
div.DivClassName
{
background-color: #5D649D;
}
.BgClassName
{
background-color: #5D649D;
}
</style>
border-color css
<style>
span { border-color: #5D649D; }
span { border-color: rgb(93,100,157); }
td.TdClassName
{
border-color: #5D649D;
}
.TagClassName
{
border-color: #5D649D;
}
</style>