Shades of Governor Bay #5C5790
Tints of Governor Bay #5C5790
RGB
CMYK
RGB Variations
Color information
#5C5790 (or 0x5C5790) is known color: Governor Bay. HEX triplet: 5C, 57 and 90. RGB value is (92,87,144). Sum of RGB (Red+Green+Blue) = 92+87+144=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C5790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5790 is #A3A86F. Grayscale: #5E5E5E. Windows color (decimal): -10725488 or 9459548. OLE color: 9459548.
HSL color Cylindrical-coordinate representation of color #5C5790: hue angle of 245.26º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C5790 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 87 | 144 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.44 |
| HSL | 245.26º | 0.25% | 0.45% | - |
| HSV(B) | 245.26º | 0.4% | 0.56% | - |
| XYZ | 12.86 | 11.11 | 27.85 | - |
| YUV | 94.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 144 | 0.36 | 0.40 | 0 | 0.44 | 245.26 | 0.25 | 0.45 |
| Hex | 5C | 57 | 90 | 24 | 28 | 0 | 2C | F5 | 19 | 2D |
| Octal | 134 | 127 | 220 | 44 | 50 | 0 | 54 | 365 | 31 | 55 |
| Binary | 1011100 | 1010111 | 10010000 | 100100 | 101000 | 0 | 101100 | 11110101 | 11001 | 101101 |
Color Harmonies of #5C5790
Complementary color
Monochromatic Colors of #5C5790
Black with #5C5790
Text Example
Text Example
White with #5C5790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5790; }
p { color: rgb(92,87,144); }
H1.HeaderClassName
{
color: #5C5790;
}
.AnyTagClassName
{
color: #5C5790;
}
</style>
background-color css
<style>
a { background-color: #5C5790; }
a { background-color: rgb(92,87,144); }
div.DivClassName
{
background-color: #5C5790;
}
.BgClassName
{
background-color: #5C5790;
}
</style>
border-color css
<style>
span { border-color: #5C5790; }
span { border-color: rgb(92,87,144); }
td.TdClassName
{
border-color: #5C5790;
}
.TagClassName
{
border-color: #5C5790;
}
</style>