Shades of Governor Bay #57539C
Tints of Governor Bay #57539C
RGB
CMYK
RGB Variations
Color information
#57539C (or 0x57539C) is known color: Governor Bay. HEX triplet: 57, 53 and 9C. RGB value is (87,83,156). Sum of RGB (Red+Green+Blue) = 87+83+156=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #57539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57539C is #A8AC63. Grayscale: #5C5C5C. Windows color (decimal): -11054180 or 10244951. OLE color: 10244951.
HSL color Cylindrical-coordinate representation of color #57539C: hue angle of 243.29º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57539C is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 83 | 156 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.39 |
| HSL | 243.29º | 0.31% | 0.47% | - |
| HSV(B) | 243.29º | 0.47% | 0.61% | - |
| XYZ | 13.02 | 10.61 | 32.81 | - |
| YUV | 92.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 156 | 0.44 | 0.47 | 0 | 0.39 | 243.29 | 0.31 | 0.47 |
| Hex | 57 | 53 | 9C | 2C | 2F | 0 | 27 | F3 | 1F | 2F |
| Octal | 127 | 123 | 234 | 54 | 57 | 0 | 47 | 363 | 37 | 57 |
| Binary | 1010111 | 1010011 | 10011100 | 101100 | 101111 | 0 | 100111 | 11110011 | 11111 | 101111 |
Color Harmonies of #57539C
Complementary color
Monochromatic Colors of #57539C
Black with #57539C
Text Example
Text Example
White with #57539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57539C; }
p { color: rgb(87,83,156); }
H1.HeaderClassName
{
color: #57539C;
}
.AnyTagClassName
{
color: #57539C;
}
</style>
background-color css
<style>
a { background-color: #57539C; }
a { background-color: rgb(87,83,156); }
div.DivClassName
{
background-color: #57539C;
}
.BgClassName
{
background-color: #57539C;
}
</style>
border-color css
<style>
span { border-color: #57539C; }
span { border-color: rgb(87,83,156); }
td.TdClassName
{
border-color: #57539C;
}
.TagClassName
{
border-color: #57539C;
}
</style>