Shades of Governor Bay #57558C
Tints of Governor Bay #57558C
RGB
CMYK
RGB Variations
Color information
#57558C (or 0x57558C) is known color: Governor Bay. HEX triplet: 57, 55 and 8C. RGB value is (87,85,140). Sum of RGB (Red+Green+Blue) = 87+85+140=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #57558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57558C is #A8AA73. Grayscale: #5B5B5B. Windows color (decimal): -11053684 or 9196887. OLE color: 9196887.
HSL color Cylindrical-coordinate representation of color #57558C: hue angle of 242.18º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57558C is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 85 | 140 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.45 |
| HSL | 242.18º | 0.24% | 0.44% | - |
| HSV(B) | 242.18º | 0.39% | 0.55% | - |
| XYZ | 11.91 | 10.42 | 26.19 | - |
| YUV | 91.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 140 | 0.38 | 0.39 | 0 | 0.45 | 242.18 | 0.24 | 0.44 |
| Hex | 57 | 55 | 8C | 26 | 27 | 0 | 2D | F2 | 18 | 2C |
| Octal | 127 | 125 | 214 | 46 | 47 | 0 | 55 | 362 | 30 | 54 |
| Binary | 1010111 | 1010101 | 10001100 | 100110 | 100111 | 0 | 101101 | 11110010 | 11000 | 101100 |
Color Harmonies of #57558C
Complementary color
Monochromatic Colors of #57558C
Black with #57558C
Text Example
Text Example
White with #57558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57558C; }
p { color: rgb(87,85,140); }
H1.HeaderClassName
{
color: #57558C;
}
.AnyTagClassName
{
color: #57558C;
}
</style>
background-color css
<style>
a { background-color: #57558C; }
a { background-color: rgb(87,85,140); }
div.DivClassName
{
background-color: #57558C;
}
.BgClassName
{
background-color: #57558C;
}
</style>
border-color css
<style>
span { border-color: #57558C; }
span { border-color: rgb(87,85,140); }
td.TdClassName
{
border-color: #57558C;
}
.TagClassName
{
border-color: #57558C;
}
</style>