Shades of Governor Bay #565E8F
Tints of Governor Bay #565E8F
RGB
CMYK
RGB Variations
Color information
#565E8F (or 0x565E8F) is known color: Governor Bay. HEX triplet: 56, 5E and 8F. RGB value is (86,94,143). Sum of RGB (Red+Green+Blue) = 86+94+143=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #565E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E8F is #A9A170. Grayscale: #606060. Windows color (decimal): -11116913 or 9395798. OLE color: 9395798.
HSL color Cylindrical-coordinate representation of color #565E8F: hue angle of 231.58º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #565E8F is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 94 | 143 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.44 |
| HSL | 231.58º | 0.25% | 0.45% | - |
| HSV(B) | 231.58º | 0.4% | 0.56% | - |
| XYZ | 12.8 | 11.97 | 27.62 | - |
| YUV | 97.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 143 | 0.40 | 0.34 | 0 | 0.44 | 231.58 | 0.25 | 0.45 |
| Hex | 56 | 5E | 8F | 28 | 22 | 0 | 2C | E8 | 19 | 2D |
| Octal | 126 | 136 | 217 | 50 | 42 | 0 | 54 | 350 | 31 | 55 |
| Binary | 1010110 | 1011110 | 10001111 | 101000 | 100010 | 0 | 101100 | 11101000 | 11001 | 101101 |
Color Harmonies of #565E8F
Complementary color
Monochromatic Colors of #565E8F
Black with #565E8F
Text Example
Text Example
White with #565E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E8F; }
p { color: rgb(86,94,143); }
H1.HeaderClassName
{
color: #565E8F;
}
.AnyTagClassName
{
color: #565E8F;
}
</style>
background-color css
<style>
a { background-color: #565E8F; }
a { background-color: rgb(86,94,143); }
div.DivClassName
{
background-color: #565E8F;
}
.BgClassName
{
background-color: #565E8F;
}
</style>
border-color css
<style>
span { border-color: #565E8F; }
span { border-color: rgb(86,94,143); }
td.TdClassName
{
border-color: #565E8F;
}
.TagClassName
{
border-color: #565E8F;
}
</style>