Shades of Governor Bay #574DA0
Tints of Governor Bay #574DA0
RGB
CMYK
RGB Variations
Color information
#574DA0 (or 0x574DA0) is known color: Governor Bay. HEX triplet: 57, 4D and A0. RGB value is (87,77,160). Sum of RGB (Red+Green+Blue) = 87+77+160=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #574DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DA0 is #A8B25F. Grayscale: #595959. Windows color (decimal): -11055712 or 10505559. OLE color: 10505559.
HSL color Cylindrical-coordinate representation of color #574DA0: hue angle of 247.23º 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 #574DA0 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 87 | 77 | 160 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.37 |
| HSL | 247.23º | 0.35% | 0.46% | - |
| HSV(B) | 247.23º | 0.52% | 0.63% | - |
| XYZ | 12.93 | 9.87 | 34.48 | - |
| YUV | 89.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 77 | 160 | 0.46 | 0.52 | 0 | 0.37 | 247.23 | 0.35 | 0.46 |
| Hex | 57 | 4D | A0 | 2E | 34 | 0 | 25 | F7 | 23 | 2E |
| Octal | 127 | 115 | 240 | 56 | 64 | 0 | 45 | 367 | 43 | 56 |
| Binary | 1010111 | 1001101 | 10100000 | 101110 | 110100 | 0 | 100101 | 11110111 | 100011 | 101110 |
Color Harmonies of #574DA0
Complementary color
Monochromatic Colors of #574DA0
Black with #574DA0
Text Example
Text Example
White with #574DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574DA0; }
p { color: rgb(87,77,160); }
H1.HeaderClassName
{
color: #574DA0;
}
.AnyTagClassName
{
color: #574DA0;
}
</style>
background-color css
<style>
a { background-color: #574DA0; }
a { background-color: rgb(87,77,160); }
div.DivClassName
{
background-color: #574DA0;
}
.BgClassName
{
background-color: #574DA0;
}
</style>
border-color css
<style>
span { border-color: #574DA0; }
span { border-color: rgb(87,77,160); }
td.TdClassName
{
border-color: #574DA0;
}
.TagClassName
{
border-color: #574DA0;
}
</style>