Shades of Governor Bay #53619B
Tints of Governor Bay #53619B
RGB
CMYK
RGB Variations
Color information
#53619B (or 0x53619B) is known color: Governor Bay. HEX triplet: 53, 61 and 9B. RGB value is (83,97,155). Sum of RGB (Red+Green+Blue) = 83+97+155=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #53619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53619B is #AC9E64. Grayscale: #636363. Windows color (decimal): -11312741 or 10182995. OLE color: 10182995.
HSL color Cylindrical-coordinate representation of color #53619B: hue angle of 228.33º 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 #53619B is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 97 | 155 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.39 |
| HSL | 228.33º | 0.3% | 0.47% | - |
| HSV(B) | 228.33º | 0.46% | 0.61% | - |
| XYZ | 13.76 | 12.75 | 32.75 | - |
| YUV | 99.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 155 | 0.46 | 0.37 | 0 | 0.39 | 228.33 | 0.3 | 0.47 |
| Hex | 53 | 61 | 9B | 2E | 25 | 0 | 27 | E4 | 1E | 2F |
| Octal | 123 | 141 | 233 | 56 | 45 | 0 | 47 | 344 | 36 | 57 |
| Binary | 1010011 | 1100001 | 10011011 | 101110 | 100101 | 0 | 100111 | 11100100 | 11110 | 101111 |
Color Harmonies of #53619B
Complementary color
Monochromatic Colors of #53619B
Black with #53619B
Text Example
Text Example
White with #53619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53619B; }
p { color: rgb(83,97,155); }
H1.HeaderClassName
{
color: #53619B;
}
.AnyTagClassName
{
color: #53619B;
}
</style>
background-color css
<style>
a { background-color: #53619B; }
a { background-color: rgb(83,97,155); }
div.DivClassName
{
background-color: #53619B;
}
.BgClassName
{
background-color: #53619B;
}
</style>
border-color css
<style>
span { border-color: #53619B; }
span { border-color: rgb(83,97,155); }
td.TdClassName
{
border-color: #53619B;
}
.TagClassName
{
border-color: #53619B;
}
</style>