Shades of Governor Bay #534DA0
Tints of Governor Bay #534DA0
RGB
CMYK
RGB Variations
Color information
#534DA0 (or 0x534DA0) is known color: Governor Bay. HEX triplet: 53, 4D and A0. RGB value is (83,77,160). Sum of RGB (Red+Green+Blue) = 83+77+160=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #534DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534DA0 is #ACB25F. Grayscale: #575757. Windows color (decimal): -11317856 or 10505555. OLE color: 10505555.
HSL color Cylindrical-coordinate representation of color #534DA0: hue angle of 244.34º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534DA0 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 77 | 160 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.37 |
| HSL | 244.34º | 0.35% | 0.46% | - |
| HSV(B) | 244.34º | 0.52% | 0.63% | - |
| XYZ | 12.57 | 9.68 | 34.46 | - |
| YUV | 88.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 160 | 0.48 | 0.52 | 0 | 0.37 | 244.34 | 0.35 | 0.46 |
| Hex | 53 | 4D | A0 | 30 | 34 | 0 | 25 | F4 | 23 | 2E |
| Octal | 123 | 115 | 240 | 60 | 64 | 0 | 45 | 364 | 43 | 56 |
| Binary | 1010011 | 1001101 | 10100000 | 110000 | 110100 | 0 | 100101 | 11110100 | 100011 | 101110 |
Color Harmonies of #534DA0
Complementary color
Monochromatic Colors of #534DA0
Black with #534DA0
Text Example
Text Example
White with #534DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DA0; }
p { color: rgb(83,77,160); }
H1.HeaderClassName
{
color: #534DA0;
}
.AnyTagClassName
{
color: #534DA0;
}
</style>
background-color css
<style>
a { background-color: #534DA0; }
a { background-color: rgb(83,77,160); }
div.DivClassName
{
background-color: #534DA0;
}
.BgClassName
{
background-color: #534DA0;
}
</style>
border-color css
<style>
span { border-color: #534DA0; }
span { border-color: rgb(83,77,160); }
td.TdClassName
{
border-color: #534DA0;
}
.TagClassName
{
border-color: #534DA0;
}
</style>