Shades of Governor Bay #57568E
Tints of Governor Bay #57568E
RGB
CMYK
RGB Variations
Color information
#57568E (or 0x57568E) is known color: Governor Bay. HEX triplet: 57, 56 and 8E. RGB value is (87,86,142). Sum of RGB (Red+Green+Blue) = 87+86+142=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #57568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57568E is #A8A971. Grayscale: #5C5C5C. Windows color (decimal): -11053426 or 9328215. OLE color: 9328215.
HSL color Cylindrical-coordinate representation of color #57568E: hue angle of 241.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57568E is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 86 | 142 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.44 |
| HSL | 241.07º | 0.25% | 0.45% | - |
| HSV(B) | 241.07º | 0.39% | 0.56% | - |
| XYZ | 12.14 | 10.63 | 27 | - |
| YUV | 92.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 142 | 0.39 | 0.39 | 0 | 0.44 | 241.07 | 0.25 | 0.45 |
| Hex | 57 | 56 | 8E | 27 | 27 | 0 | 2C | F1 | 19 | 2D |
| Octal | 127 | 126 | 216 | 47 | 47 | 0 | 54 | 361 | 31 | 55 |
| Binary | 1010111 | 1010110 | 10001110 | 100111 | 100111 | 0 | 101100 | 11110001 | 11001 | 101101 |
Color Harmonies of #57568E
Complementary color
Monochromatic Colors of #57568E
Black with #57568E
Text Example
Text Example
White with #57568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57568E; }
p { color: rgb(87,86,142); }
H1.HeaderClassName
{
color: #57568E;
}
.AnyTagClassName
{
color: #57568E;
}
</style>
background-color css
<style>
a { background-color: #57568E; }
a { background-color: rgb(87,86,142); }
div.DivClassName
{
background-color: #57568E;
}
.BgClassName
{
background-color: #57568E;
}
</style>
border-color css
<style>
span { border-color: #57568E; }
span { border-color: rgb(87,86,142); }
td.TdClassName
{
border-color: #57568E;
}
.TagClassName
{
border-color: #57568E;
}
</style>