Shades of Governor Bay #53569B
Tints of Governor Bay #53569B
RGB
CMYK
RGB Variations
Color information
#53569B (or 0x53569B) is known color: Governor Bay. HEX triplet: 53, 56 and 9B. RGB value is (83,86,155). Sum of RGB (Red+Green+Blue) = 83+86+155=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #53569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53569B is #ACA964. Grayscale: #5C5C5C. Windows color (decimal): -11315557 or 10180179. OLE color: 10180179.
HSL color Cylindrical-coordinate representation of color #53569B: hue angle of 237.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53569B is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 86 | 155 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.39 |
| HSL | 237.5º | 0.3% | 0.47% | - |
| HSV(B) | 237.5º | 0.46% | 0.61% | - |
| XYZ | 12.81 | 10.86 | 32.43 | - |
| YUV | 92.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 155 | 0.46 | 0.45 | 0 | 0.39 | 237.5 | 0.3 | 0.47 |
| Hex | 53 | 56 | 9B | 2E | 2D | 0 | 27 | EE | 1E | 2F |
| Octal | 123 | 126 | 233 | 56 | 55 | 0 | 47 | 356 | 36 | 57 |
| Binary | 1010011 | 1010110 | 10011011 | 101110 | 101101 | 0 | 100111 | 11101110 | 11110 | 101111 |
Color Harmonies of #53569B
Complementary color
Monochromatic Colors of #53569B
Black with #53569B
Text Example
Text Example
White with #53569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53569B; }
p { color: rgb(83,86,155); }
H1.HeaderClassName
{
color: #53569B;
}
.AnyTagClassName
{
color: #53569B;
}
</style>
background-color css
<style>
a { background-color: #53569B; }
a { background-color: rgb(83,86,155); }
div.DivClassName
{
background-color: #53569B;
}
.BgClassName
{
background-color: #53569B;
}
</style>
border-color css
<style>
span { border-color: #53569B; }
span { border-color: rgb(83,86,155); }
td.TdClassName
{
border-color: #53569B;
}
.TagClassName
{
border-color: #53569B;
}
</style>