Shades of Governor Bay #52548A
Tints of Governor Bay #52548A
RGB
CMYK
RGB Variations
Color information
#52548A (or 0x52548A) is known color: Governor Bay. HEX triplet: 52, 54 and 8A. RGB value is (82,84,138). Sum of RGB (Red+Green+Blue) = 82+84+138=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #52548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52548A is #ADAB75. Grayscale: #595959. Windows color (decimal): -11381622 or 9065554. OLE color: 9065554.
HSL color Cylindrical-coordinate representation of color #52548A: hue angle of 237.86º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52548A is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 84 | 138 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.46 |
| HSL | 237.86º | 0.25% | 0.43% | - |
| HSV(B) | 237.86º | 0.41% | 0.54% | - |
| XYZ | 11.24 | 9.97 | 25.38 | - |
| YUV | 89.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 138 | 0.41 | 0.39 | 0 | 0.46 | 237.86 | 0.25 | 0.43 |
| Hex | 52 | 54 | 8A | 29 | 27 | 0 | 2E | EE | 19 | 2B |
| Octal | 122 | 124 | 212 | 51 | 47 | 0 | 56 | 356 | 31 | 53 |
| Binary | 1010010 | 1010100 | 10001010 | 101001 | 100111 | 0 | 101110 | 11101110 | 11001 | 101011 |
Color Harmonies of #52548A
Complementary color
Monochromatic Colors of #52548A
Black with #52548A
Text Example
Text Example
White with #52548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52548A; }
p { color: rgb(82,84,138); }
H1.HeaderClassName
{
color: #52548A;
}
.AnyTagClassName
{
color: #52548A;
}
</style>
background-color css
<style>
a { background-color: #52548A; }
a { background-color: rgb(82,84,138); }
div.DivClassName
{
background-color: #52548A;
}
.BgClassName
{
background-color: #52548A;
}
</style>
border-color css
<style>
span { border-color: #52548A; }
span { border-color: rgb(82,84,138); }
td.TdClassName
{
border-color: #52548A;
}
.TagClassName
{
border-color: #52548A;
}
</style>