Shades of Governor Bay #5C529A
Tints of Governor Bay #5C529A
RGB
CMYK
RGB Variations
Color information
#5C529A (or 0x5C529A) is known color: Governor Bay. HEX triplet: 5C, 52 and 9A. RGB value is (92,82,154). Sum of RGB (Red+Green+Blue) = 92+82+154=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C529A is #A3AD65. Grayscale: #5C5C5C. Windows color (decimal): -10726758 or 10113628. OLE color: 10113628.
HSL color Cylindrical-coordinate representation of color #5C529A: hue angle of 248.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C529A is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 82 | 154 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.40 |
| HSL | 248.33º | 0.31% | 0.46% | - |
| HSV(B) | 248.33º | 0.47% | 0.6% | - |
| XYZ | 13.26 | 10.64 | 31.93 | - |
| YUV | 93.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 154 | 0.40 | 0.47 | 0 | 0.40 | 248.33 | 0.31 | 0.46 |
| Hex | 5C | 52 | 9A | 28 | 2F | 0 | 28 | F8 | 1F | 2E |
| Octal | 134 | 122 | 232 | 50 | 57 | 0 | 50 | 370 | 37 | 56 |
| Binary | 1011100 | 1010010 | 10011010 | 101000 | 101111 | 0 | 101000 | 11111000 | 11111 | 101110 |
Color Harmonies of #5C529A
Complementary color
Monochromatic Colors of #5C529A
Black with #5C529A
Text Example
Text Example
White with #5C529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C529A; }
p { color: rgb(92,82,154); }
H1.HeaderClassName
{
color: #5C529A;
}
.AnyTagClassName
{
color: #5C529A;
}
</style>
background-color css
<style>
a { background-color: #5C529A; }
a { background-color: rgb(92,82,154); }
div.DivClassName
{
background-color: #5C529A;
}
.BgClassName
{
background-color: #5C529A;
}
</style>
border-color css
<style>
span { border-color: #5C529A; }
span { border-color: rgb(92,82,154); }
td.TdClassName
{
border-color: #5C529A;
}
.TagClassName
{
border-color: #5C529A;
}
</style>