Shades of Governor Bay #54629C
Tints of Governor Bay #54629C
RGB
CMYK
RGB Variations
Color information
#54629C (or 0x54629C) is known color: Governor Bay. HEX triplet: 54, 62 and 9C. RGB value is (84,98,156). Sum of RGB (Red+Green+Blue) = 84+98+156=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #54629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54629C is #AB9D63. Grayscale: #646464. Windows color (decimal): -11246948 or 10248788. OLE color: 10248788.
HSL color Cylindrical-coordinate representation of color #54629C: 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 #54629C is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 98 | 156 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.39 |
| HSL | 228.33º | 0.3% | 0.47% | - |
| HSV(B) | 228.33º | 0.46% | 0.61% | - |
| XYZ | 14.02 | 13.02 | 33.23 | - |
| YUV | 100.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 156 | 0.46 | 0.37 | 0 | 0.39 | 228.33 | 0.3 | 0.47 |
| Hex | 54 | 62 | 9C | 2E | 25 | 0 | 27 | E4 | 1E | 2F |
| Octal | 124 | 142 | 234 | 56 | 45 | 0 | 47 | 344 | 36 | 57 |
| Binary | 1010100 | 1100010 | 10011100 | 101110 | 100101 | 0 | 100111 | 11100100 | 11110 | 101111 |
Color Harmonies of #54629C
Complementary color
Monochromatic Colors of #54629C
Black with #54629C
Text Example
Text Example
White with #54629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54629C; }
p { color: rgb(84,98,156); }
H1.HeaderClassName
{
color: #54629C;
}
.AnyTagClassName
{
color: #54629C;
}
</style>
background-color css
<style>
a { background-color: #54629C; }
a { background-color: rgb(84,98,156); }
div.DivClassName
{
background-color: #54629C;
}
.BgClassName
{
background-color: #54629C;
}
</style>
border-color css
<style>
span { border-color: #54629C; }
span { border-color: rgb(84,98,156); }
td.TdClassName
{
border-color: #54629C;
}
.TagClassName
{
border-color: #54629C;
}
</style>