Shades of Governor Bay #5D589C
Tints of Governor Bay #5D589C
RGB
CMYK
RGB Variations
Color information
#5D589C (or 0x5D589C) is known color: Governor Bay. HEX triplet: 5D, 58 and 9C. RGB value is (93,88,156). Sum of RGB (Red+Green+Blue) = 93+88+156=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D589C is #A2A763. Grayscale: #606060. Windows color (decimal): -10659684 or 10246237. OLE color: 10246237.
HSL color Cylindrical-coordinate representation of color #5D589C: hue angle of 244.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D589C is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 88 | 156 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.39 |
| HSL | 244.41º | 0.28% | 0.48% | - |
| HSV(B) | 244.41º | 0.44% | 0.61% | - |
| XYZ | 14 | 11.71 | 32.97 | - |
| YUV | 97.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 156 | 0.40 | 0.44 | 0 | 0.39 | 244.41 | 0.28 | 0.48 |
| Hex | 5D | 58 | 9C | 28 | 2C | 0 | 27 | F4 | 1C | 30 |
| Octal | 135 | 130 | 234 | 50 | 54 | 0 | 47 | 364 | 34 | 60 |
| Binary | 1011101 | 1011000 | 10011100 | 101000 | 101100 | 0 | 100111 | 11110100 | 11100 | 110000 |
Color Harmonies of #5D589C
Complementary color
Monochromatic Colors of #5D589C
Black with #5D589C
Text Example
Text Example
White with #5D589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D589C; }
p { color: rgb(93,88,156); }
H1.HeaderClassName
{
color: #5D589C;
}
.AnyTagClassName
{
color: #5D589C;
}
</style>
background-color css
<style>
a { background-color: #5D589C; }
a { background-color: rgb(93,88,156); }
div.DivClassName
{
background-color: #5D589C;
}
.BgClassName
{
background-color: #5D589C;
}
</style>
border-color css
<style>
span { border-color: #5D589C; }
span { border-color: rgb(93,88,156); }
td.TdClassName
{
border-color: #5D589C;
}
.TagClassName
{
border-color: #5D589C;
}
</style>