Shades of Governor Bay #53609C
Tints of Governor Bay #53609C
RGB
CMYK
RGB Variations
Color information
#53609C (or 0x53609C) is known color: Governor Bay. HEX triplet: 53, 60 and 9C. RGB value is (83,96,156). Sum of RGB (Red+Green+Blue) = 83+96+156=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #53609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53609C is #AC9F63. Grayscale: #626262. Windows color (decimal): -11312996 or 10248275. OLE color: 10248275.
HSL color Cylindrical-coordinate representation of color #53609C: hue angle of 229.32º 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 #53609C is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 96 | 156 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.39 |
| HSL | 229.32º | 0.31% | 0.47% | - |
| HSV(B) | 229.32º | 0.47% | 0.61% | - |
| XYZ | 13.75 | 12.61 | 33.16 | - |
| YUV | 98.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 156 | 0.47 | 0.38 | 0 | 0.39 | 229.32 | 0.31 | 0.47 |
| Hex | 53 | 60 | 9C | 2F | 26 | 0 | 27 | E5 | 1F | 2F |
| Octal | 123 | 140 | 234 | 57 | 46 | 0 | 47 | 345 | 37 | 57 |
| Binary | 1010011 | 1100000 | 10011100 | 101111 | 100110 | 0 | 100111 | 11100101 | 11111 | 101111 |
Color Harmonies of #53609C
Complementary color
Monochromatic Colors of #53609C
Black with #53609C
Text Example
Text Example
White with #53609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53609C; }
p { color: rgb(83,96,156); }
H1.HeaderClassName
{
color: #53609C;
}
.AnyTagClassName
{
color: #53609C;
}
</style>
background-color css
<style>
a { background-color: #53609C; }
a { background-color: rgb(83,96,156); }
div.DivClassName
{
background-color: #53609C;
}
.BgClassName
{
background-color: #53609C;
}
</style>
border-color css
<style>
span { border-color: #53609C; }
span { border-color: rgb(83,96,156); }
td.TdClassName
{
border-color: #53609C;
}
.TagClassName
{
border-color: #53609C;
}
</style>