Shades of Governor Bay #54539A
Tints of Governor Bay #54539A
RGB
CMYK
RGB Variations
Color information
#54539A (or 0x54539A) is known color: Governor Bay. HEX triplet: 54, 53 and 9A. RGB value is (84,83,154). Sum of RGB (Red+Green+Blue) = 84+83+154=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #54539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54539A is #ABAC65. Grayscale: #5B5B5B. Windows color (decimal): -11250790 or 10113876. OLE color: 10113876.
HSL color Cylindrical-coordinate representation of color #54539A: hue angle of 240.85º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54539A is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 83 | 154 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.40 |
| HSL | 240.85º | 0.3% | 0.46% | - |
| HSV(B) | 240.85º | 0.46% | 0.6% | - |
| XYZ | 12.58 | 10.4 | 31.92 | - |
| YUV | 91.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 154 | 0.45 | 0.46 | 0 | 0.40 | 240.85 | 0.3 | 0.46 |
| Hex | 54 | 53 | 9A | 2D | 2E | 0 | 28 | F1 | 1E | 2E |
| Octal | 124 | 123 | 232 | 55 | 56 | 0 | 50 | 361 | 36 | 56 |
| Binary | 1010100 | 1010011 | 10011010 | 101101 | 101110 | 0 | 101000 | 11110001 | 11110 | 101110 |
Color Harmonies of #54539A
Complementary color
Monochromatic Colors of #54539A
Black with #54539A
Text Example
Text Example
White with #54539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54539A; }
p { color: rgb(84,83,154); }
H1.HeaderClassName
{
color: #54539A;
}
.AnyTagClassName
{
color: #54539A;
}
</style>
background-color css
<style>
a { background-color: #54539A; }
a { background-color: rgb(84,83,154); }
div.DivClassName
{
background-color: #54539A;
}
.BgClassName
{
background-color: #54539A;
}
</style>
border-color css
<style>
span { border-color: #54539A; }
span { border-color: rgb(84,83,154); }
td.TdClassName
{
border-color: #54539A;
}
.TagClassName
{
border-color: #54539A;
}
</style>