Shades of Governor Bay #53569C
Tints of Governor Bay #53569C
RGB
CMYK
RGB Variations
Color information
#53569C (or 0x53569C) is known color: Governor Bay. HEX triplet: 53, 56 and 9C. RGB value is (83,86,156). Sum of RGB (Red+Green+Blue) = 83+86+156=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #53569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53569C is #ACA963. Grayscale: #5C5C5C. Windows color (decimal): -11315556 or 10245715. OLE color: 10245715.
HSL color Cylindrical-coordinate representation of color #53569C: hue angle of 237.53º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53569C is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 86 | 156 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.39 |
| HSL | 237.53º | 0.31% | 0.47% | - |
| HSV(B) | 237.53º | 0.47% | 0.61% | - |
| XYZ | 12.9 | 10.89 | 32.88 | - |
| YUV | 93.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 156 | 0.47 | 0.45 | 0 | 0.39 | 237.53 | 0.31 | 0.47 |
| Hex | 53 | 56 | 9C | 2F | 2D | 0 | 27 | EE | 1F | 2F |
| Octal | 123 | 126 | 234 | 57 | 55 | 0 | 47 | 356 | 37 | 57 |
| Binary | 1010011 | 1010110 | 10011100 | 101111 | 101101 | 0 | 100111 | 11101110 | 11111 | 101111 |
Color Harmonies of #53569C
Complementary color
Monochromatic Colors of #53569C
Black with #53569C
Text Example
Text Example
White with #53569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53569C; }
p { color: rgb(83,86,156); }
H1.HeaderClassName
{
color: #53569C;
}
.AnyTagClassName
{
color: #53569C;
}
</style>
background-color css
<style>
a { background-color: #53569C; }
a { background-color: rgb(83,86,156); }
div.DivClassName
{
background-color: #53569C;
}
.BgClassName
{
background-color: #53569C;
}
</style>
border-color css
<style>
span { border-color: #53569C; }
span { border-color: rgb(83,86,156); }
td.TdClassName
{
border-color: #53569C;
}
.TagClassName
{
border-color: #53569C;
}
</style>