Shades of Governor Bay #5A5E8A
Tints of Governor Bay #5A5E8A
RGB
CMYK
RGB Variations
Color information
#5A5E8A (or 0x5A5E8A) is known color: Governor Bay. HEX triplet: 5A, 5E and 8A. RGB value is (90,94,138). Sum of RGB (Red+Green+Blue) = 90+94+138=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A5E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5E8A is #A5A175. Grayscale: #616161. Windows color (decimal): -10854774 or 9068122. OLE color: 9068122.
HSL color Cylindrical-coordinate representation of color #5A5E8A: hue angle of 235º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A5E8A is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 94 | 138 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.46 |
| HSL | 235º | 0.21% | 0.45% | - |
| HSV(B) | 235º | 0.35% | 0.54% | - |
| XYZ | 12.81 | 12.01 | 25.69 | - |
| YUV | 97.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 138 | 0.35 | 0.32 | 0 | 0.46 | 235 | 0.21 | 0.45 |
| Hex | 5A | 5E | 8A | 23 | 20 | 0 | 2E | EB | 15 | 2D |
| Octal | 132 | 136 | 212 | 43 | 40 | 0 | 56 | 353 | 25 | 55 |
| Binary | 1011010 | 1011110 | 10001010 | 100011 | 100000 | 0 | 101110 | 11101011 | 10101 | 101101 |
Color Harmonies of #5A5E8A
Complementary color
Monochromatic Colors of #5A5E8A
Black with #5A5E8A
Text Example
Text Example
White with #5A5E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5E8A; }
p { color: rgb(90,94,138); }
H1.HeaderClassName
{
color: #5A5E8A;
}
.AnyTagClassName
{
color: #5A5E8A;
}
</style>
background-color css
<style>
a { background-color: #5A5E8A; }
a { background-color: rgb(90,94,138); }
div.DivClassName
{
background-color: #5A5E8A;
}
.BgClassName
{
background-color: #5A5E8A;
}
</style>
border-color css
<style>
span { border-color: #5A5E8A; }
span { border-color: rgb(90,94,138); }
td.TdClassName
{
border-color: #5A5E8A;
}
.TagClassName
{
border-color: #5A5E8A;
}
</style>