Shades of Governor Bay #52538A
Tints of Governor Bay #52538A
RGB
CMYK
RGB Variations
Color information
#52538A (or 0x52538A) is known color: Governor Bay. HEX triplet: 52, 53 and 8A. RGB value is (82,83,138). Sum of RGB (Red+Green+Blue) = 82+83+138=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #52538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52538A is #ADAC75. Grayscale: #585858. Windows color (decimal): -11381878 or 9065298. OLE color: 9065298.
HSL color Cylindrical-coordinate representation of color #52538A: hue angle of 238.93º 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 #52538A is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 83 | 138 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.46 |
| HSL | 238.93º | 0.25% | 0.43% | - |
| HSV(B) | 238.93º | 0.41% | 0.54% | - |
| XYZ | 11.16 | 9.82 | 25.35 | - |
| YUV | 88.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 138 | 0.41 | 0.40 | 0 | 0.46 | 238.93 | 0.25 | 0.43 |
| Hex | 52 | 53 | 8A | 29 | 28 | 0 | 2E | EF | 19 | 2B |
| Octal | 122 | 123 | 212 | 51 | 50 | 0 | 56 | 357 | 31 | 53 |
| Binary | 1010010 | 1010011 | 10001010 | 101001 | 101000 | 0 | 101110 | 11101111 | 11001 | 101011 |
Color Harmonies of #52538A
Complementary color
Monochromatic Colors of #52538A
Black with #52538A
Text Example
Text Example
White with #52538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52538A; }
p { color: rgb(82,83,138); }
H1.HeaderClassName
{
color: #52538A;
}
.AnyTagClassName
{
color: #52538A;
}
</style>
background-color css
<style>
a { background-color: #52538A; }
a { background-color: rgb(82,83,138); }
div.DivClassName
{
background-color: #52538A;
}
.BgClassName
{
background-color: #52538A;
}
</style>
border-color css
<style>
span { border-color: #52538A; }
span { border-color: rgb(82,83,138); }
td.TdClassName
{
border-color: #52538A;
}
.TagClassName
{
border-color: #52538A;
}
</style>