Shades of Governor Bay #5A5B9D
Tints of Governor Bay #5A5B9D
RGB
CMYK
RGB Variations
Color information
#5A5B9D (or 0x5A5B9D) is known color: Governor Bay. HEX triplet: 5A, 5B and 9D. RGB value is (90,91,157). Sum of RGB (Red+Green+Blue) = 90+91+157=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A5B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5B9D is #A5A462. Grayscale: #616161. Windows color (decimal): -10855523 or 10312538. OLE color: 10312538.
HSL color Cylindrical-coordinate representation of color #5A5B9D: hue angle of 239.1º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A5B9D is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 91 | 157 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.38 |
| HSL | 239.1º | 0.27% | 0.48% | - |
| HSV(B) | 239.1º | 0.43% | 0.62% | - |
| XYZ | 14.04 | 12.09 | 33.49 | - |
| YUV | 98.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 157 | 0.43 | 0.42 | 0 | 0.38 | 239.1 | 0.27 | 0.48 |
| Hex | 5A | 5B | 9D | 2B | 2A | 0 | 26 | EF | 1B | 30 |
| Octal | 132 | 133 | 235 | 53 | 52 | 0 | 46 | 357 | 33 | 60 |
| Binary | 1011010 | 1011011 | 10011101 | 101011 | 101010 | 0 | 100110 | 11101111 | 11011 | 110000 |
Color Harmonies of #5A5B9D
Complementary color
Monochromatic Colors of #5A5B9D
Black with #5A5B9D
Text Example
Text Example
White with #5A5B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B9D; }
p { color: rgb(90,91,157); }
H1.HeaderClassName
{
color: #5A5B9D;
}
.AnyTagClassName
{
color: #5A5B9D;
}
</style>
background-color css
<style>
a { background-color: #5A5B9D; }
a { background-color: rgb(90,91,157); }
div.DivClassName
{
background-color: #5A5B9D;
}
.BgClassName
{
background-color: #5A5B9D;
}
</style>
border-color css
<style>
span { border-color: #5A5B9D; }
span { border-color: rgb(90,91,157); }
td.TdClassName
{
border-color: #5A5B9D;
}
.TagClassName
{
border-color: #5A5B9D;
}
</style>