Shades of Governor Bay #5B5C9E
Tints of Governor Bay #5B5C9E
RGB
CMYK
RGB Variations
Color information
#5B5C9E (or 0x5B5C9E) is known color: Governor Bay. HEX triplet: 5B, 5C and 9E. RGB value is (91,92,158). Sum of RGB (Red+Green+Blue) = 91+92+158=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B5C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5C9E is #A4A361. Grayscale: #626262. Windows color (decimal): -10789730 or 10378331. OLE color: 10378331.
HSL color Cylindrical-coordinate representation of color #5B5C9E: hue angle of 239.1º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B5C9E is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 92 | 158 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.38 |
| HSL | 239.1º | 0.27% | 0.49% | - |
| HSV(B) | 239.1º | 0.42% | 0.62% | - |
| XYZ | 14.31 | 12.35 | 33.98 | - |
| YUV | 99.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 158 | 0.42 | 0.42 | 0 | 0.38 | 239.1 | 0.27 | 0.49 |
| Hex | 5B | 5C | 9E | 2A | 2A | 0 | 26 | EF | 1B | 31 |
| Octal | 133 | 134 | 236 | 52 | 52 | 0 | 46 | 357 | 33 | 61 |
| Binary | 1011011 | 1011100 | 10011110 | 101010 | 101010 | 0 | 100110 | 11101111 | 11011 | 110001 |
Color Harmonies of #5B5C9E
Complementary color
Monochromatic Colors of #5B5C9E
Black with #5B5C9E
Text Example
Text Example
White with #5B5C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C9E; }
p { color: rgb(91,92,158); }
H1.HeaderClassName
{
color: #5B5C9E;
}
.AnyTagClassName
{
color: #5B5C9E;
}
</style>
background-color css
<style>
a { background-color: #5B5C9E; }
a { background-color: rgb(91,92,158); }
div.DivClassName
{
background-color: #5B5C9E;
}
.BgClassName
{
background-color: #5B5C9E;
}
</style>
border-color css
<style>
span { border-color: #5B5C9E; }
span { border-color: rgb(91,92,158); }
td.TdClassName
{
border-color: #5B5C9E;
}
.TagClassName
{
border-color: #5B5C9E;
}
</style>