Shades of Governor Bay #5C619E
Tints of Governor Bay #5C619E
RGB
CMYK
RGB Variations
Color information
#5C619E (or 0x5C619E) is known color: Governor Bay. HEX triplet: 5C, 61 and 9E. RGB value is (92,97,158). Sum of RGB (Red+Green+Blue) = 92+97+158=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C619E is #A39E61. Grayscale: #666666. Windows color (decimal): -10722914 or 10379612. OLE color: 10379612.
HSL color Cylindrical-coordinate representation of color #5C619E: hue angle of 235.45º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C619E is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 97 | 158 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.38 |
| HSL | 235.45º | 0.26% | 0.49% | - |
| HSV(B) | 235.45º | 0.42% | 0.62% | - |
| XYZ | 14.86 | 13.29 | 34.13 | - |
| YUV | 102.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 158 | 0.42 | 0.39 | 0 | 0.38 | 235.45 | 0.26 | 0.49 |
| Hex | 5C | 61 | 9E | 2A | 27 | 0 | 26 | EB | 1A | 31 |
| Octal | 134 | 141 | 236 | 52 | 47 | 0 | 46 | 353 | 32 | 61 |
| Binary | 1011100 | 1100001 | 10011110 | 101010 | 100111 | 0 | 100110 | 11101011 | 11010 | 110001 |
Color Harmonies of #5C619E
Complementary color
Monochromatic Colors of #5C619E
Black with #5C619E
Text Example
Text Example
White with #5C619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C619E; }
p { color: rgb(92,97,158); }
H1.HeaderClassName
{
color: #5C619E;
}
.AnyTagClassName
{
color: #5C619E;
}
</style>
background-color css
<style>
a { background-color: #5C619E; }
a { background-color: rgb(92,97,158); }
div.DivClassName
{
background-color: #5C619E;
}
.BgClassName
{
background-color: #5C619E;
}
</style>
border-color css
<style>
span { border-color: #5C619E; }
span { border-color: rgb(92,97,158); }
td.TdClassName
{
border-color: #5C619E;
}
.TagClassName
{
border-color: #5C619E;
}
</style>