Shades of Governor Bay #5660A2
Tints of Governor Bay #5660A2
RGB
CMYK
RGB Variations
Color information
#5660A2 (or 0x5660A2) is known color: Governor Bay. HEX triplet: 56, 60 and A2. RGB value is (86,96,162). Sum of RGB (Red+Green+Blue) = 86+96+162=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 162 - color contains mainly: blue. Hex color #5660A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5660A2 is #A99F5D. Grayscale: #646464. Windows color (decimal): -11116382 or 10641494. OLE color: 10641494.
HSL color Cylindrical-coordinate representation of color #5660A2: hue angle of 232.11º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5660A2 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 96 | 162 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.36 |
| HSL | 232.11º | 0.31% | 0.49% | - |
| HSV(B) | 232.11º | 0.47% | 0.64% | - |
| XYZ | 14.54 | 12.95 | 35.92 | - |
| YUV | 100.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 162 | 0.47 | 0.41 | 0 | 0.36 | 232.11 | 0.31 | 0.49 |
| Hex | 56 | 60 | A2 | 2F | 29 | 0 | 24 | E8 | 1F | 31 |
| Octal | 126 | 140 | 242 | 57 | 51 | 0 | 44 | 350 | 37 | 61 |
| Binary | 1010110 | 1100000 | 10100010 | 101111 | 101001 | 0 | 100100 | 11101000 | 11111 | 110001 |
Color Harmonies of #5660A2
Complementary color
Monochromatic Colors of #5660A2
Black with #5660A2
Text Example
Text Example
White with #5660A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5660A2; }
p { color: rgb(86,96,162); }
H1.HeaderClassName
{
color: #5660A2;
}
.AnyTagClassName
{
color: #5660A2;
}
</style>
background-color css
<style>
a { background-color: #5660A2; }
a { background-color: rgb(86,96,162); }
div.DivClassName
{
background-color: #5660A2;
}
.BgClassName
{
background-color: #5660A2;
}
</style>
border-color css
<style>
span { border-color: #5660A2; }
span { border-color: rgb(86,96,162); }
td.TdClassName
{
border-color: #5660A2;
}
.TagClassName
{
border-color: #5660A2;
}
</style>