Shades of Governor Bay #5D659A
Tints of Governor Bay #5D659A
RGB
CMYK
RGB Variations
Color information
#5D659A (or 0x5D659A) is known color: Governor Bay. HEX triplet: 5D, 65 and 9A. RGB value is (93,101,154). Sum of RGB (Red+Green+Blue) = 93+101+154=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #5D659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D659A is #A29A65. Grayscale: #686868. Windows color (decimal): -10656358 or 10118493. OLE color: 10118493.
HSL color Cylindrical-coordinate representation of color #5D659A: hue angle of 232.13º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D659A is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 101 | 154 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.40 |
| HSL | 232.13º | 0.25% | 0.48% | - |
| HSV(B) | 232.13º | 0.4% | 0.6% | - |
| XYZ | 15 | 13.97 | 32.48 | - |
| YUV | 104.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 154 | 0.40 | 0.34 | 0 | 0.40 | 232.13 | 0.25 | 0.48 |
| Hex | 5D | 65 | 9A | 28 | 22 | 0 | 28 | E8 | 19 | 30 |
| Octal | 135 | 145 | 232 | 50 | 42 | 0 | 50 | 350 | 31 | 60 |
| Binary | 1011101 | 1100101 | 10011010 | 101000 | 100010 | 0 | 101000 | 11101000 | 11001 | 110000 |
Color Harmonies of #5D659A
Complementary color
Monochromatic Colors of #5D659A
Black with #5D659A
Text Example
Text Example
White with #5D659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D659A; }
p { color: rgb(93,101,154); }
H1.HeaderClassName
{
color: #5D659A;
}
.AnyTagClassName
{
color: #5D659A;
}
</style>
background-color css
<style>
a { background-color: #5D659A; }
a { background-color: rgb(93,101,154); }
div.DivClassName
{
background-color: #5D659A;
}
.BgClassName
{
background-color: #5D659A;
}
</style>
border-color css
<style>
span { border-color: #5D659A; }
span { border-color: rgb(93,101,154); }
td.TdClassName
{
border-color: #5D659A;
}
.TagClassName
{
border-color: #5D659A;
}
</style>