Shades of Governor Bay #524F9D
Tints of Governor Bay #524F9D
RGB
CMYK
RGB Variations
Color information
#524F9D (or 0x524F9D) is known color: Governor Bay. HEX triplet: 52, 4F and 9D. RGB value is (82,79,157). Sum of RGB (Red+Green+Blue) = 82+79+157=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #524F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524F9D is #ADB062. Grayscale: #585858. Windows color (decimal): -11382883 or 10309458. OLE color: 10309458.
HSL color Cylindrical-coordinate representation of color #524F9D: hue angle of 242.31º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524F9D is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 79 | 157 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.38 |
| HSL | 242.31º | 0.33% | 0.46% | - |
| HSV(B) | 242.31º | 0.5% | 0.62% | - |
| XYZ | 12.36 | 9.82 | 33.14 | - |
| YUV | 88.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 157 | 0.48 | 0.50 | 0 | 0.38 | 242.31 | 0.33 | 0.46 |
| Hex | 52 | 4F | 9D | 30 | 32 | 0 | 26 | F2 | 21 | 2E |
| Octal | 122 | 117 | 235 | 60 | 62 | 0 | 46 | 362 | 41 | 56 |
| Binary | 1010010 | 1001111 | 10011101 | 110000 | 110010 | 0 | 100110 | 11110010 | 100001 | 101110 |
Color Harmonies of #524F9D
Complementary color
Monochromatic Colors of #524F9D
Black with #524F9D
Text Example
Text Example
White with #524F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F9D; }
p { color: rgb(82,79,157); }
H1.HeaderClassName
{
color: #524F9D;
}
.AnyTagClassName
{
color: #524F9D;
}
</style>
background-color css
<style>
a { background-color: #524F9D; }
a { background-color: rgb(82,79,157); }
div.DivClassName
{
background-color: #524F9D;
}
.BgClassName
{
background-color: #524F9D;
}
</style>
border-color css
<style>
span { border-color: #524F9D; }
span { border-color: rgb(82,79,157); }
td.TdClassName
{
border-color: #524F9D;
}
.TagClassName
{
border-color: #524F9D;
}
</style>