Shades of Governor Bay #57529F
Tints of Governor Bay #57529F
RGB
CMYK
RGB Variations
Color information
#57529F (or 0x57529F) is known color: Governor Bay. HEX triplet: 57, 52 and 9F. RGB value is (87,82,159). Sum of RGB (Red+Green+Blue) = 87+82+159=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #57529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57529F is #A8AD60. Grayscale: #5B5B5B. Windows color (decimal): -11054433 or 10441303. OLE color: 10441303.
HSL color Cylindrical-coordinate representation of color #57529F: hue angle of 243.9º degrees, saturation: 0.32, 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 #57529F is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 82 | 159 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.38 |
| HSL | 243.9º | 0.32% | 0.47% | - |
| HSV(B) | 243.9º | 0.48% | 0.62% | - |
| XYZ | 13.21 | 10.56 | 34.14 | - |
| YUV | 92.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 159 | 0.45 | 0.48 | 0 | 0.38 | 243.9 | 0.32 | 0.47 |
| Hex | 57 | 52 | 9F | 2D | 30 | 0 | 26 | F4 | 20 | 2F |
| Octal | 127 | 122 | 237 | 55 | 60 | 0 | 46 | 364 | 40 | 57 |
| Binary | 1010111 | 1010010 | 10011111 | 101101 | 110000 | 0 | 100110 | 11110100 | 100000 | 101111 |
Color Harmonies of #57529F
Complementary color
Monochromatic Colors of #57529F
Black with #57529F
Text Example
Text Example
White with #57529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57529F; }
p { color: rgb(87,82,159); }
H1.HeaderClassName
{
color: #57529F;
}
.AnyTagClassName
{
color: #57529F;
}
</style>
background-color css
<style>
a { background-color: #57529F; }
a { background-color: rgb(87,82,159); }
div.DivClassName
{
background-color: #57529F;
}
.BgClassName
{
background-color: #57529F;
}
</style>
border-color css
<style>
span { border-color: #57529F; }
span { border-color: rgb(87,82,159); }
td.TdClassName
{
border-color: #57529F;
}
.TagClassName
{
border-color: #57529F;
}
</style>