Shades of Governor Bay #574E99
Tints of Governor Bay #574E99
RGB
CMYK
RGB Variations
Color information
#574E99 (or 0x574E99) is known color: Governor Bay. HEX triplet: 57, 4E and 99. RGB value is (87,78,153). Sum of RGB (Red+Green+Blue) = 87+78+153=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #574E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574E99 is #A8B166. Grayscale: #585858. Windows color (decimal): -11055463 or 10047063. OLE color: 10047063.
HSL color Cylindrical-coordinate representation of color #574E99: hue angle of 247.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #574E99 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 78 | 153 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.4 |
| HSL | 247.2º | 0.32% | 0.45% | - |
| HSV(B) | 247.2º | 0.49% | 0.6% | - |
| XYZ | 12.4 | 9.77 | 31.37 | - |
| YUV | 89.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 153 | 0.43 | 0.49 | 0 | 0.4 | 247.2 | 0.32 | 0.45 |
| Hex | 57 | 4E | 99 | 2B | 31 | 0 | 28 | F7 | 20 | 2D |
| Octal | 127 | 116 | 231 | 53 | 61 | 0 | 50 | 367 | 40 | 55 |
| Binary | 1010111 | 1001110 | 10011001 | 101011 | 110001 | 0 | 101000 | 11110111 | 100000 | 101101 |
Color Harmonies of #574E99
Complementary color
Monochromatic Colors of #574E99
Black with #574E99
Text Example
Text Example
White with #574E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E99; }
p { color: rgb(87,78,153); }
H1.HeaderClassName
{
color: #574E99;
}
.AnyTagClassName
{
color: #574E99;
}
</style>
background-color css
<style>
a { background-color: #574E99; }
a { background-color: rgb(87,78,153); }
div.DivClassName
{
background-color: #574E99;
}
.BgClassName
{
background-color: #574E99;
}
</style>
border-color css
<style>
span { border-color: #574E99; }
span { border-color: rgb(87,78,153); }
td.TdClassName
{
border-color: #574E99;
}
.TagClassName
{
border-color: #574E99;
}
</style>