Shades of Governor Bay #54538A
Tints of Governor Bay #54538A
RGB
CMYK
RGB Variations
Color information
#54538A (or 0x54538A) is known color: Governor Bay. HEX triplet: 54, 53 and 8A. RGB value is (84,83,138). Sum of RGB (Red+Green+Blue) = 84+83+138=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #54538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54538A is #ABAC75. Grayscale: #595959. Windows color (decimal): -11250806 or 9065300. OLE color: 9065300.
HSL color Cylindrical-coordinate representation of color #54538A: hue angle of 241.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54538A is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 83 | 138 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.46 |
| HSL | 241.09º | 0.25% | 0.43% | - |
| HSV(B) | 241.09º | 0.4% | 0.54% | - |
| XYZ | 11.34 | 9.91 | 25.36 | - |
| YUV | 89.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 138 | 0.39 | 0.40 | 0 | 0.46 | 241.09 | 0.25 | 0.43 |
| Hex | 54 | 53 | 8A | 27 | 28 | 0 | 2E | F1 | 19 | 2B |
| Octal | 124 | 123 | 212 | 47 | 50 | 0 | 56 | 361 | 31 | 53 |
| Binary | 1010100 | 1010011 | 10001010 | 100111 | 101000 | 0 | 101110 | 11110001 | 11001 | 101011 |
Color Harmonies of #54538A
Complementary color
Monochromatic Colors of #54538A
Black with #54538A
Text Example
Text Example
White with #54538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54538A; }
p { color: rgb(84,83,138); }
H1.HeaderClassName
{
color: #54538A;
}
.AnyTagClassName
{
color: #54538A;
}
</style>
background-color css
<style>
a { background-color: #54538A; }
a { background-color: rgb(84,83,138); }
div.DivClassName
{
background-color: #54538A;
}
.BgClassName
{
background-color: #54538A;
}
</style>
border-color css
<style>
span { border-color: #54538A; }
span { border-color: rgb(84,83,138); }
td.TdClassName
{
border-color: #54538A;
}
.TagClassName
{
border-color: #54538A;
}
</style>