Shades of Governor Bay #5E5C8D
Tints of Governor Bay #5E5C8D
RGB
CMYK
RGB Variations
Color information
#5E5C8D (or 0x5E5C8D) is known color: Governor Bay. HEX triplet: 5E, 5C and 8D. RGB value is (94,92,141). Sum of RGB (Red+Green+Blue) = 94+92+141=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E5C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5C8D is #A1A372. Grayscale: #616161. Windows color (decimal): -10593139 or 9264222. OLE color: 9264222.
HSL color Cylindrical-coordinate representation of color #5E5C8D: hue angle of 242.45º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E5C8D is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 92 | 141 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.45 |
| HSL | 242.45º | 0.21% | 0.46% | - |
| HSV(B) | 242.45º | 0.35% | 0.55% | - |
| XYZ | 13.25 | 11.96 | 26.81 | - |
| YUV | 98.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 92 | 141 | 0.33 | 0.35 | 0 | 0.45 | 242.45 | 0.21 | 0.46 |
| Hex | 5E | 5C | 8D | 21 | 23 | 0 | 2D | F2 | 15 | 2E |
| Octal | 136 | 134 | 215 | 41 | 43 | 0 | 55 | 362 | 25 | 56 |
| Binary | 1011110 | 1011100 | 10001101 | 100001 | 100011 | 0 | 101101 | 11110010 | 10101 | 101110 |
Color Harmonies of #5E5C8D
Complementary color
Monochromatic Colors of #5E5C8D
Black with #5E5C8D
Text Example
Text Example
White with #5E5C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5C8D; }
p { color: rgb(94,92,141); }
H1.HeaderClassName
{
color: #5E5C8D;
}
.AnyTagClassName
{
color: #5E5C8D;
}
</style>
background-color css
<style>
a { background-color: #5E5C8D; }
a { background-color: rgb(94,92,141); }
div.DivClassName
{
background-color: #5E5C8D;
}
.BgClassName
{
background-color: #5E5C8D;
}
</style>
border-color css
<style>
span { border-color: #5E5C8D; }
span { border-color: rgb(94,92,141); }
td.TdClassName
{
border-color: #5E5C8D;
}
.TagClassName
{
border-color: #5E5C8D;
}
</style>