Shades of Governor Bay #5D6495
Tints of Governor Bay #5D6495
RGB
CMYK
RGB Variations
Color information
#5D6495 (or 0x5D6495) is known color: Governor Bay. HEX triplet: 5D, 64 and 95. RGB value is (93,100,149). Sum of RGB (Red+Green+Blue) = 93+100+149=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D6495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6495 is #A29B6A. Grayscale: #676767. Windows color (decimal): -10656619 or 9790557. OLE color: 9790557.
HSL color Cylindrical-coordinate representation of color #5D6495: hue angle of 232.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D6495 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 100 | 149 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.42 |
| HSL | 232.5º | 0.23% | 0.47% | - |
| HSV(B) | 232.5º | 0.38% | 0.58% | - |
| XYZ | 14.5 | 13.61 | 30.3 | - |
| YUV | 103.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 149 | 0.38 | 0.33 | 0 | 0.42 | 232.5 | 0.23 | 0.47 |
| Hex | 5D | 64 | 95 | 26 | 21 | 0 | 2A | E8 | 17 | 2F |
| Octal | 135 | 144 | 225 | 46 | 41 | 0 | 52 | 350 | 27 | 57 |
| Binary | 1011101 | 1100100 | 10010101 | 100110 | 100001 | 0 | 101010 | 11101000 | 10111 | 101111 |
Color Harmonies of #5D6495
Complementary color
Monochromatic Colors of #5D6495
Black with #5D6495
Text Example
Text Example
White with #5D6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6495; }
p { color: rgb(93,100,149); }
H1.HeaderClassName
{
color: #5D6495;
}
.AnyTagClassName
{
color: #5D6495;
}
</style>
background-color css
<style>
a { background-color: #5D6495; }
a { background-color: rgb(93,100,149); }
div.DivClassName
{
background-color: #5D6495;
}
.BgClassName
{
background-color: #5D6495;
}
</style>
border-color css
<style>
span { border-color: #5D6495; }
span { border-color: rgb(93,100,149); }
td.TdClassName
{
border-color: #5D6495;
}
.TagClassName
{
border-color: #5D6495;
}
</style>