Shades of Governor Bay #54569D
Tints of Governor Bay #54569D
RGB
CMYK
RGB Variations
Color information
#54569D (or 0x54569D) is known color: Governor Bay. HEX triplet: 54, 56 and 9D. RGB value is (84,86,157). Sum of RGB (Red+Green+Blue) = 84+86+157=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #54569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54569D is #ABA962. Grayscale: #5D5D5D. Windows color (decimal): -11250019 or 10311252. OLE color: 10311252.
HSL color Cylindrical-coordinate representation of color #54569D: hue angle of 238.36º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54569D is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 86 | 157 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.38 |
| HSL | 238.36º | 0.3% | 0.47% | - |
| HSV(B) | 238.36º | 0.46% | 0.62% | - |
| XYZ | 13.07 | 10.97 | 33.33 | - |
| YUV | 93.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 157 | 0.46 | 0.45 | 0 | 0.38 | 238.36 | 0.3 | 0.47 |
| Hex | 54 | 56 | 9D | 2E | 2D | 0 | 26 | EE | 1E | 2F |
| Octal | 124 | 126 | 235 | 56 | 55 | 0 | 46 | 356 | 36 | 57 |
| Binary | 1010100 | 1010110 | 10011101 | 101110 | 101101 | 0 | 100110 | 11101110 | 11110 | 101111 |
Color Harmonies of #54569D
Complementary color
Monochromatic Colors of #54569D
Black with #54569D
Text Example
Text Example
White with #54569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54569D; }
p { color: rgb(84,86,157); }
H1.HeaderClassName
{
color: #54569D;
}
.AnyTagClassName
{
color: #54569D;
}
</style>
background-color css
<style>
a { background-color: #54569D; }
a { background-color: rgb(84,86,157); }
div.DivClassName
{
background-color: #54569D;
}
.BgClassName
{
background-color: #54569D;
}
</style>
border-color css
<style>
span { border-color: #54569D; }
span { border-color: rgb(84,86,157); }
td.TdClassName
{
border-color: #54569D;
}
.TagClassName
{
border-color: #54569D;
}
</style>