Shades of Governor Bay #524B96
Tints of Governor Bay #524B96
RGB
CMYK
RGB Variations
Color information
#524B96 (or 0x524B96) is known color: Governor Bay. HEX triplet: 52, 4B and 96. RGB value is (82,75,150). Sum of RGB (Red+Green+Blue) = 82+75+150=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #524B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B96 is #ADB469. Grayscale: #555555. Windows color (decimal): -11383914 or 9849682. OLE color: 9849682.
HSL color Cylindrical-coordinate representation of color #524B96: hue angle of 245.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524B96 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 75 | 150 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.41 |
| HSL | 245.6º | 0.33% | 0.44% | - |
| HSV(B) | 245.6º | 0.5% | 0.59% | - |
| XYZ | 11.5 | 9.03 | 29.99 | - |
| YUV | 85.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 150 | 0.45 | 0.5 | 0 | 0.41 | 245.6 | 0.33 | 0.44 |
| Hex | 52 | 4B | 96 | 2D | 32 | 0 | 29 | F6 | 21 | 2C |
| Octal | 122 | 113 | 226 | 55 | 62 | 0 | 51 | 366 | 41 | 54 |
| Binary | 1010010 | 1001011 | 10010110 | 101101 | 110010 | 0 | 101001 | 11110110 | 100001 | 101100 |
Color Harmonies of #524B96
Complementary color
Monochromatic Colors of #524B96
Black with #524B96
Text Example
Text Example
White with #524B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B96; }
p { color: rgb(82,75,150); }
H1.HeaderClassName
{
color: #524B96;
}
.AnyTagClassName
{
color: #524B96;
}
</style>
background-color css
<style>
a { background-color: #524B96; }
a { background-color: rgb(82,75,150); }
div.DivClassName
{
background-color: #524B96;
}
.BgClassName
{
background-color: #524B96;
}
</style>
border-color css
<style>
span { border-color: #524B96; }
span { border-color: rgb(82,75,150); }
td.TdClassName
{
border-color: #524B96;
}
.TagClassName
{
border-color: #524B96;
}
</style>