Shades of Governor Bay #565FA1
Tints of Governor Bay #565FA1
RGB
CMYK
RGB Variations
Color information
#565FA1 (or 0x565FA1) is known color: Governor Bay. HEX triplet: 56, 5F and A1. RGB value is (86,95,161). Sum of RGB (Red+Green+Blue) = 86+95+161=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #565FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FA1 is #A9A05E. Grayscale: #636363. Windows color (decimal): -11116639 or 10575702. OLE color: 10575702.
HSL color Cylindrical-coordinate representation of color #565FA1: hue angle of 232.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #565FA1 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 95 | 161 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.37 |
| HSL | 232.8º | 0.3% | 0.48% | - |
| HSV(B) | 232.8º | 0.47% | 0.63% | - |
| XYZ | 14.36 | 12.74 | 35.42 | - |
| YUV | 99.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 161 | 0.47 | 0.41 | 0 | 0.37 | 232.8 | 0.3 | 0.48 |
| Hex | 56 | 5F | A1 | 2F | 29 | 0 | 25 | E9 | 1E | 30 |
| Octal | 126 | 137 | 241 | 57 | 51 | 0 | 45 | 351 | 36 | 60 |
| Binary | 1010110 | 1011111 | 10100001 | 101111 | 101001 | 0 | 100101 | 11101001 | 11110 | 110000 |
Color Harmonies of #565FA1
Complementary color
Monochromatic Colors of #565FA1
Black with #565FA1
Text Example
Text Example
White with #565FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565FA1; }
p { color: rgb(86,95,161); }
H1.HeaderClassName
{
color: #565FA1;
}
.AnyTagClassName
{
color: #565FA1;
}
</style>
background-color css
<style>
a { background-color: #565FA1; }
a { background-color: rgb(86,95,161); }
div.DivClassName
{
background-color: #565FA1;
}
.BgClassName
{
background-color: #565FA1;
}
</style>
border-color css
<style>
span { border-color: #565FA1; }
span { border-color: rgb(86,95,161); }
td.TdClassName
{
border-color: #565FA1;
}
.TagClassName
{
border-color: #565FA1;
}
</style>