Shades of Governor Bay #545FA4
Tints of Governor Bay #545FA4
RGB
CMYK
RGB Variations
Color information
#545FA4 (or 0x545FA4) is known color: Governor Bay. HEX triplet: 54, 5F and A4. RGB value is (84,95,164). Sum of RGB (Red+Green+Blue) = 84+95+164=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #545FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545FA4 is #ABA05B. Grayscale: #636363. Windows color (decimal): -11247708 or 10772308. OLE color: 10772308.
HSL color Cylindrical-coordinate representation of color #545FA4: hue angle of 231.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #545FA4 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 95 | 164 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.36 |
| HSL | 231.75º | 0.32% | 0.49% | - |
| HSV(B) | 231.75º | 0.49% | 0.64% | - |
| XYZ | 14.45 | 12.75 | 36.82 | - |
| YUV | 99.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 164 | 0.49 | 0.42 | 0 | 0.36 | 231.75 | 0.32 | 0.49 |
| Hex | 54 | 5F | A4 | 31 | 2A | 0 | 24 | E8 | 20 | 31 |
| Octal | 124 | 137 | 244 | 61 | 52 | 0 | 44 | 350 | 40 | 61 |
| Binary | 1010100 | 1011111 | 10100100 | 110001 | 101010 | 0 | 100100 | 11101000 | 100000 | 110001 |
Color Harmonies of #545FA4
Complementary color
Monochromatic Colors of #545FA4
Black with #545FA4
Text Example
Text Example
White with #545FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FA4; }
p { color: rgb(84,95,164); }
H1.HeaderClassName
{
color: #545FA4;
}
.AnyTagClassName
{
color: #545FA4;
}
</style>
background-color css
<style>
a { background-color: #545FA4; }
a { background-color: rgb(84,95,164); }
div.DivClassName
{
background-color: #545FA4;
}
.BgClassName
{
background-color: #545FA4;
}
</style>
border-color css
<style>
span { border-color: #545FA4; }
span { border-color: rgb(84,95,164); }
td.TdClassName
{
border-color: #545FA4;
}
.TagClassName
{
border-color: #545FA4;
}
</style>