Shades of Governor Bay #52599D
Tints of Governor Bay #52599D
RGB
CMYK
RGB Variations
Color information
#52599D (or 0x52599D) is known color: Governor Bay. HEX triplet: 52, 59 and 9D. RGB value is (82,89,157). Sum of RGB (Red+Green+Blue) = 82+89+157=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #52599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52599D is #ADA662. Grayscale: #5E5E5E. Windows color (decimal): -11380323 or 10312018. OLE color: 10312018.
HSL color Cylindrical-coordinate representation of color #52599D: hue angle of 234.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52599D is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 89 | 157 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.38 |
| HSL | 234.4º | 0.31% | 0.47% | - |
| HSV(B) | 234.4º | 0.48% | 0.62% | - |
| XYZ | 13.14 | 11.37 | 33.4 | - |
| YUV | 94.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 157 | 0.48 | 0.43 | 0 | 0.38 | 234.4 | 0.31 | 0.47 |
| Hex | 52 | 59 | 9D | 30 | 2B | 0 | 26 | EA | 1F | 2F |
| Octal | 122 | 131 | 235 | 60 | 53 | 0 | 46 | 352 | 37 | 57 |
| Binary | 1010010 | 1011001 | 10011101 | 110000 | 101011 | 0 | 100110 | 11101010 | 11111 | 101111 |
Color Harmonies of #52599D
Complementary color
Monochromatic Colors of #52599D
Black with #52599D
Text Example
Text Example
White with #52599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52599D; }
p { color: rgb(82,89,157); }
H1.HeaderClassName
{
color: #52599D;
}
.AnyTagClassName
{
color: #52599D;
}
</style>
background-color css
<style>
a { background-color: #52599D; }
a { background-color: rgb(82,89,157); }
div.DivClassName
{
background-color: #52599D;
}
.BgClassName
{
background-color: #52599D;
}
</style>
border-color css
<style>
span { border-color: #52599D; }
span { border-color: rgb(82,89,157); }
td.TdClassName
{
border-color: #52599D;
}
.TagClassName
{
border-color: #52599D;
}
</style>