Shades of Governor Bay #5F5E8E
Tints of Governor Bay #5F5E8E
RGB
CMYK
RGB Variations
Color information
#5F5E8E (or 0x5F5E8E) is known color: Governor Bay. HEX triplet: 5F, 5E and 8E. RGB value is (95,94,142). Sum of RGB (Red+Green+Blue) = 95+94+142=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F5E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5E8E is #A0A171. Grayscale: #636363. Windows color (decimal): -10527090 or 9330271. OLE color: 9330271.
HSL color Cylindrical-coordinate representation of color #5F5E8E: hue angle of 241.25º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F5E8E is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 94 | 142 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.44 |
| HSL | 241.25º | 0.2% | 0.46% | - |
| HSV(B) | 241.25º | 0.34% | 0.56% | - |
| XYZ | 13.6 | 12.39 | 27.27 | - |
| YUV | 99.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 142 | 0.33 | 0.34 | 0 | 0.44 | 241.25 | 0.2 | 0.46 |
| Hex | 5F | 5E | 8E | 21 | 22 | 0 | 2C | F1 | 14 | 2E |
| Octal | 137 | 136 | 216 | 41 | 42 | 0 | 54 | 361 | 24 | 56 |
| Binary | 1011111 | 1011110 | 10001110 | 100001 | 100010 | 0 | 101100 | 11110001 | 10100 | 101110 |
Color Harmonies of #5F5E8E
Complementary color
Monochromatic Colors of #5F5E8E
Black with #5F5E8E
Text Example
Text Example
White with #5F5E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5E8E; }
p { color: rgb(95,94,142); }
H1.HeaderClassName
{
color: #5F5E8E;
}
.AnyTagClassName
{
color: #5F5E8E;
}
</style>
background-color css
<style>
a { background-color: #5F5E8E; }
a { background-color: rgb(95,94,142); }
div.DivClassName
{
background-color: #5F5E8E;
}
.BgClassName
{
background-color: #5F5E8E;
}
</style>
border-color css
<style>
span { border-color: #5F5E8E; }
span { border-color: rgb(95,94,142); }
td.TdClassName
{
border-color: #5F5E8E;
}
.TagClassName
{
border-color: #5F5E8E;
}
</style>