Shades of Governor Bay #5D5498
Tints of Governor Bay #5D5498
RGB
CMYK
RGB Variations
Color information
#5D5498 (or 0x5D5498) is known color: Governor Bay. HEX triplet: 5D, 54 and 98. RGB value is (93,84,152). Sum of RGB (Red+Green+Blue) = 93+84+152=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D5498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5498 is #A2AB67. Grayscale: #5E5E5E. Windows color (decimal): -10660712 or 9983069. OLE color: 9983069.
HSL color Cylindrical-coordinate representation of color #5D5498: hue angle of 247.94º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D5498 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 84 | 152 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.40 |
| HSL | 247.94º | 0.29% | 0.46% | - |
| HSV(B) | 247.94º | 0.45% | 0.6% | - |
| XYZ | 13.35 | 10.93 | 31.11 | - |
| YUV | 94.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 152 | 0.39 | 0.45 | 0 | 0.40 | 247.94 | 0.29 | 0.46 |
| Hex | 5D | 54 | 98 | 27 | 2D | 0 | 28 | F8 | 1D | 2E |
| Octal | 135 | 124 | 230 | 47 | 55 | 0 | 50 | 370 | 35 | 56 |
| Binary | 1011101 | 1010100 | 10011000 | 100111 | 101101 | 0 | 101000 | 11111000 | 11101 | 101110 |
Color Harmonies of #5D5498
Complementary color
Monochromatic Colors of #5D5498
Black with #5D5498
Text Example
Text Example
White with #5D5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5498; }
p { color: rgb(93,84,152); }
H1.HeaderClassName
{
color: #5D5498;
}
.AnyTagClassName
{
color: #5D5498;
}
</style>
background-color css
<style>
a { background-color: #5D5498; }
a { background-color: rgb(93,84,152); }
div.DivClassName
{
background-color: #5D5498;
}
.BgClassName
{
background-color: #5D5498;
}
</style>
border-color css
<style>
span { border-color: #5D5498; }
span { border-color: rgb(93,84,152); }
td.TdClassName
{
border-color: #5D5498;
}
.TagClassName
{
border-color: #5D5498;
}
</style>