Shades of Governor Bay #5C529B
Tints of Governor Bay #5C529B
RGB
CMYK
RGB Variations
Color information
#5C529B (or 0x5C529B) is known color: Governor Bay. HEX triplet: 5C, 52 and 9B. RGB value is (92,82,155). Sum of RGB (Red+Green+Blue) = 92+82+155=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C529B is #A3AD64. Grayscale: #5D5D5D. Windows color (decimal): -10726757 or 10179164. OLE color: 10179164.
HSL color Cylindrical-coordinate representation of color #5C529B: hue angle of 248.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C529B is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 82 | 155 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.39 |
| HSL | 248.22º | 0.31% | 0.46% | - |
| HSV(B) | 248.22º | 0.47% | 0.61% | - |
| XYZ | 13.35 | 10.68 | 32.37 | - |
| YUV | 93.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 155 | 0.41 | 0.47 | 0 | 0.39 | 248.22 | 0.31 | 0.46 |
| Hex | 5C | 52 | 9B | 29 | 2F | 0 | 27 | F8 | 1F | 2E |
| Octal | 134 | 122 | 233 | 51 | 57 | 0 | 47 | 370 | 37 | 56 |
| Binary | 1011100 | 1010010 | 10011011 | 101001 | 101111 | 0 | 100111 | 11111000 | 11111 | 101110 |
Color Harmonies of #5C529B
Complementary color
Monochromatic Colors of #5C529B
Black with #5C529B
Text Example
Text Example
White with #5C529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C529B; }
p { color: rgb(92,82,155); }
H1.HeaderClassName
{
color: #5C529B;
}
.AnyTagClassName
{
color: #5C529B;
}
</style>
background-color css
<style>
a { background-color: #5C529B; }
a { background-color: rgb(92,82,155); }
div.DivClassName
{
background-color: #5C529B;
}
.BgClassName
{
background-color: #5C529B;
}
</style>
border-color css
<style>
span { border-color: #5C529B; }
span { border-color: rgb(92,82,155); }
td.TdClassName
{
border-color: #5C529B;
}
.TagClassName
{
border-color: #5C529B;
}
</style>