Shades of Governor Bay #565D8F
Tints of Governor Bay #565D8F
RGB
CMYK
RGB Variations
Color information
#565D8F (or 0x565D8F) is known color: Governor Bay. HEX triplet: 56, 5D and 8F. RGB value is (86,93,143). Sum of RGB (Red+Green+Blue) = 86+93+143=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #565D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565D8F is #A9A270. Grayscale: #606060. Windows color (decimal): -11117169 or 9395542. OLE color: 9395542.
HSL color Cylindrical-coordinate representation of color #565D8F: hue angle of 232.63º 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 #565D8F is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 93 | 143 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.44 |
| HSL | 232.63º | 0.25% | 0.45% | - |
| HSV(B) | 232.63º | 0.4% | 0.56% | - |
| XYZ | 12.71 | 11.79 | 27.59 | - |
| YUV | 96.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 143 | 0.40 | 0.35 | 0 | 0.44 | 232.63 | 0.25 | 0.45 |
| Hex | 56 | 5D | 8F | 28 | 23 | 0 | 2C | E9 | 19 | 2D |
| Octal | 126 | 135 | 217 | 50 | 43 | 0 | 54 | 351 | 31 | 55 |
| Binary | 1010110 | 1011101 | 10001111 | 101000 | 100011 | 0 | 101100 | 11101001 | 11001 | 101101 |
Color Harmonies of #565D8F
Complementary color
Monochromatic Colors of #565D8F
Black with #565D8F
Text Example
Text Example
White with #565D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D8F; }
p { color: rgb(86,93,143); }
H1.HeaderClassName
{
color: #565D8F;
}
.AnyTagClassName
{
color: #565D8F;
}
</style>
background-color css
<style>
a { background-color: #565D8F; }
a { background-color: rgb(86,93,143); }
div.DivClassName
{
background-color: #565D8F;
}
.BgClassName
{
background-color: #565D8F;
}
</style>
border-color css
<style>
span { border-color: #565D8F; }
span { border-color: rgb(86,93,143); }
td.TdClassName
{
border-color: #565D8F;
}
.TagClassName
{
border-color: #565D8F;
}
</style>