Shades of Governor Bay #584DA0
Tints of Governor Bay #584DA0
RGB
CMYK
RGB Variations
Color information
#584DA0 (or 0x584DA0) is known color: Governor Bay. HEX triplet: 58, 4D and A0. RGB value is (88,77,160). Sum of RGB (Red+Green+Blue) = 88+77+160=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #584DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DA0 is #A7B25F. Grayscale: #595959. Windows color (decimal): -10990176 or 10505560. OLE color: 10505560.
HSL color Cylindrical-coordinate representation of color #584DA0: hue angle of 247.95º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584DA0 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 77 | 160 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.37 |
| HSL | 247.95º | 0.35% | 0.46% | - |
| HSV(B) | 247.95º | 0.52% | 0.63% | - |
| XYZ | 13.02 | 9.92 | 34.49 | - |
| YUV | 89.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 160 | 0.45 | 0.52 | 0 | 0.37 | 247.95 | 0.35 | 0.46 |
| Hex | 58 | 4D | A0 | 2D | 34 | 0 | 25 | F8 | 23 | 2E |
| Octal | 130 | 115 | 240 | 55 | 64 | 0 | 45 | 370 | 43 | 56 |
| Binary | 1011000 | 1001101 | 10100000 | 101101 | 110100 | 0 | 100101 | 11111000 | 100011 | 101110 |
Color Harmonies of #584DA0
Complementary color
Monochromatic Colors of #584DA0
Black with #584DA0
Text Example
Text Example
White with #584DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DA0; }
p { color: rgb(88,77,160); }
H1.HeaderClassName
{
color: #584DA0;
}
.AnyTagClassName
{
color: #584DA0;
}
</style>
background-color css
<style>
a { background-color: #584DA0; }
a { background-color: rgb(88,77,160); }
div.DivClassName
{
background-color: #584DA0;
}
.BgClassName
{
background-color: #584DA0;
}
</style>
border-color css
<style>
span { border-color: #584DA0; }
span { border-color: rgb(88,77,160); }
td.TdClassName
{
border-color: #584DA0;
}
.TagClassName
{
border-color: #584DA0;
}
</style>