Shades of Governor Bay #53568E
Tints of Governor Bay #53568E
RGB
CMYK
RGB Variations
Color information
#53568E (or 0x53568E) is known color: Governor Bay. HEX triplet: 53, 56 and 8E. RGB value is (83,86,142). Sum of RGB (Red+Green+Blue) = 83+86+142=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #53568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53568E is #ACA971. Grayscale: #5B5B5B. Windows color (decimal): -11315570 or 9328211. OLE color: 9328211.
HSL color Cylindrical-coordinate representation of color #53568E: hue angle of 236.95º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53568E is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 86 | 142 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.44 |
| HSL | 236.95º | 0.26% | 0.44% | - |
| HSV(B) | 236.95º | 0.42% | 0.56% | - |
| XYZ | 11.78 | 10.45 | 26.99 | - |
| YUV | 91.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 142 | 0.42 | 0.39 | 0 | 0.44 | 236.95 | 0.26 | 0.44 |
| Hex | 53 | 56 | 8E | 2A | 27 | 0 | 2C | ED | 1A | 2C |
| Octal | 123 | 126 | 216 | 52 | 47 | 0 | 54 | 355 | 32 | 54 |
| Binary | 1010011 | 1010110 | 10001110 | 101010 | 100111 | 0 | 101100 | 11101101 | 11010 | 101100 |
Color Harmonies of #53568E
Complementary color
Monochromatic Colors of #53568E
Black with #53568E
Text Example
Text Example
White with #53568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53568E; }
p { color: rgb(83,86,142); }
H1.HeaderClassName
{
color: #53568E;
}
.AnyTagClassName
{
color: #53568E;
}
</style>
background-color css
<style>
a { background-color: #53568E; }
a { background-color: rgb(83,86,142); }
div.DivClassName
{
background-color: #53568E;
}
.BgClassName
{
background-color: #53568E;
}
</style>
border-color css
<style>
span { border-color: #53568E; }
span { border-color: rgb(83,86,142); }
td.TdClassName
{
border-color: #53568E;
}
.TagClassName
{
border-color: #53568E;
}
</style>