Shades of Governor Bay #5A5792
Tints of Governor Bay #5A5792
RGB
CMYK
RGB Variations
Color information
#5A5792 (or 0x5A5792) is known color: Governor Bay. HEX triplet: 5A, 57 and 92. RGB value is (90,87,146). Sum of RGB (Red+Green+Blue) = 90+87+146=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5792 is #A5A86D. Grayscale: #5E5E5E. Windows color (decimal): -10856558 or 9590618. OLE color: 9590618.
HSL color Cylindrical-coordinate representation of color #5A5792: hue angle of 243.05º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A5792 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 87 | 146 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.43 |
| HSL | 243.05º | 0.25% | 0.46% | - |
| HSV(B) | 243.05º | 0.4% | 0.57% | - |
| XYZ | 12.81 | 11.07 | 28.65 | - |
| YUV | 94.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 146 | 0.38 | 0.40 | 0 | 0.43 | 243.05 | 0.25 | 0.46 |
| Hex | 5A | 57 | 92 | 26 | 28 | 0 | 2B | F3 | 19 | 2E |
| Octal | 132 | 127 | 222 | 46 | 50 | 0 | 53 | 363 | 31 | 56 |
| Binary | 1011010 | 1010111 | 10010010 | 100110 | 101000 | 0 | 101011 | 11110011 | 11001 | 101110 |
Color Harmonies of #5A5792
Complementary color
Monochromatic Colors of #5A5792
Black with #5A5792
Text Example
Text Example
White with #5A5792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5792; }
p { color: rgb(90,87,146); }
H1.HeaderClassName
{
color: #5A5792;
}
.AnyTagClassName
{
color: #5A5792;
}
</style>
background-color css
<style>
a { background-color: #5A5792; }
a { background-color: rgb(90,87,146); }
div.DivClassName
{
background-color: #5A5792;
}
.BgClassName
{
background-color: #5A5792;
}
</style>
border-color css
<style>
span { border-color: #5A5792; }
span { border-color: rgb(90,87,146); }
td.TdClassName
{
border-color: #5A5792;
}
.TagClassName
{
border-color: #5A5792;
}
</style>