Shades of Governor Bay #56579D
Tints of Governor Bay #56579D
RGB
CMYK
RGB Variations
Color information
#56579D (or 0x56579D) is known color: Governor Bay. HEX triplet: 56, 57 and 9D. RGB value is (86,87,157). Sum of RGB (Red+Green+Blue) = 86+87+157=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #56579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56579D is #A9A862. Grayscale: #5E5E5E. Windows color (decimal): -11118691 or 10311510. OLE color: 10311510.
HSL color Cylindrical-coordinate representation of color #56579D: hue angle of 239.15º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56579D is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 87 | 157 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.38 |
| HSL | 239.15º | 0.29% | 0.48% | - |
| HSV(B) | 239.15º | 0.45% | 0.62% | - |
| XYZ | 13.33 | 11.23 | 33.36 | - |
| YUV | 94.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 157 | 0.45 | 0.45 | 0 | 0.38 | 239.15 | 0.29 | 0.48 |
| Hex | 56 | 57 | 9D | 2D | 2D | 0 | 26 | EF | 1D | 30 |
| Octal | 126 | 127 | 235 | 55 | 55 | 0 | 46 | 357 | 35 | 60 |
| Binary | 1010110 | 1010111 | 10011101 | 101101 | 101101 | 0 | 100110 | 11101111 | 11101 | 110000 |
Color Harmonies of #56579D
Complementary color
Monochromatic Colors of #56579D
Black with #56579D
Text Example
Text Example
White with #56579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56579D; }
p { color: rgb(86,87,157); }
H1.HeaderClassName
{
color: #56579D;
}
.AnyTagClassName
{
color: #56579D;
}
</style>
background-color css
<style>
a { background-color: #56579D; }
a { background-color: rgb(86,87,157); }
div.DivClassName
{
background-color: #56579D;
}
.BgClassName
{
background-color: #56579D;
}
</style>
border-color css
<style>
span { border-color: #56579D; }
span { border-color: rgb(86,87,157); }
td.TdClassName
{
border-color: #56579D;
}
.TagClassName
{
border-color: #56579D;
}
</style>