Shades of Governor Bay #5D5798
Tints of Governor Bay #5D5798
RGB
CMYK
RGB Variations
Color information
#5D5798 (or 0x5D5798) is known color: Governor Bay. HEX triplet: 5D, 57 and 98. RGB value is (93,87,152). Sum of RGB (Red+Green+Blue) = 93+87+152=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D5798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5798 is #A2A867. Grayscale: #5F5F5F. Windows color (decimal): -10659944 or 9983837. OLE color: 9983837.
HSL color Cylindrical-coordinate representation of color #5D5798: hue angle of 245.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D5798 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 87 | 152 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.40 |
| HSL | 245.54º | 0.27% | 0.47% | - |
| HSV(B) | 245.54º | 0.43% | 0.6% | - |
| XYZ | 13.59 | 11.41 | 31.19 | - |
| YUV | 96.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 152 | 0.39 | 0.43 | 0 | 0.40 | 245.54 | 0.27 | 0.47 |
| Hex | 5D | 57 | 98 | 27 | 2B | 0 | 28 | F6 | 1B | 2F |
| Octal | 135 | 127 | 230 | 47 | 53 | 0 | 50 | 366 | 33 | 57 |
| Binary | 1011101 | 1010111 | 10011000 | 100111 | 101011 | 0 | 101000 | 11110110 | 11011 | 101111 |
Color Harmonies of #5D5798
Complementary color
Monochromatic Colors of #5D5798
Black with #5D5798
Text Example
Text Example
White with #5D5798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5798; }
p { color: rgb(93,87,152); }
H1.HeaderClassName
{
color: #5D5798;
}
.AnyTagClassName
{
color: #5D5798;
}
</style>
background-color css
<style>
a { background-color: #5D5798; }
a { background-color: rgb(93,87,152); }
div.DivClassName
{
background-color: #5D5798;
}
.BgClassName
{
background-color: #5D5798;
}
</style>
border-color css
<style>
span { border-color: #5D5798; }
span { border-color: rgb(93,87,152); }
td.TdClassName
{
border-color: #5D5798;
}
.TagClassName
{
border-color: #5D5798;
}
</style>