Shades of Governor Bay #5A5492
Tints of Governor Bay #5A5492
RGB
CMYK
RGB Variations
Color information
#5A5492 (or 0x5A5492) is known color: Governor Bay. HEX triplet: 5A, 54 and 92. RGB value is (90,84,146). Sum of RGB (Red+Green+Blue) = 90+84+146=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A5492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5492 is #A5AB6D. Grayscale: #5C5C5C. Windows color (decimal): -10857326 or 9589850. OLE color: 9589850.
HSL color Cylindrical-coordinate representation of color #5A5492: hue angle of 245.81º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A5492 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 84 | 146 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.43 |
| HSL | 245.81º | 0.27% | 0.45% | - |
| HSV(B) | 245.81º | 0.42% | 0.57% | - |
| XYZ | 12.58 | 10.59 | 28.58 | - |
| YUV | 92.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 146 | 0.38 | 0.42 | 0 | 0.43 | 245.81 | 0.27 | 0.45 |
| Hex | 5A | 54 | 92 | 26 | 2A | 0 | 2B | F6 | 1B | 2D |
| Octal | 132 | 124 | 222 | 46 | 52 | 0 | 53 | 366 | 33 | 55 |
| Binary | 1011010 | 1010100 | 10010010 | 100110 | 101010 | 0 | 101011 | 11110110 | 11011 | 101101 |
Color Harmonies of #5A5492
Complementary color
Monochromatic Colors of #5A5492
Black with #5A5492
Text Example
Text Example
White with #5A5492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5492; }
p { color: rgb(90,84,146); }
H1.HeaderClassName
{
color: #5A5492;
}
.AnyTagClassName
{
color: #5A5492;
}
</style>
background-color css
<style>
a { background-color: #5A5492; }
a { background-color: rgb(90,84,146); }
div.DivClassName
{
background-color: #5A5492;
}
.BgClassName
{
background-color: #5A5492;
}
</style>
border-color css
<style>
span { border-color: #5A5492; }
span { border-color: rgb(90,84,146); }
td.TdClassName
{
border-color: #5A5492;
}
.TagClassName
{
border-color: #5A5492;
}
</style>