Shades of Governor Bay #5F5C90
Tints of Governor Bay #5F5C90
RGB
CMYK
RGB Variations
Color information
#5F5C90 (or 0x5F5C90) is known color: Governor Bay. HEX triplet: 5F, 5C and 90. RGB value is (95,92,144). Sum of RGB (Red+Green+Blue) = 95+92+144=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F5C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5C90 is #A0A36F. Grayscale: #626262. Windows color (decimal): -10527600 or 9460831. OLE color: 9460831.
HSL color Cylindrical-coordinate representation of color #5F5C90: hue angle of 243.46º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F5C90 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 92 | 144 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.44 |
| HSL | 243.46º | 0.22% | 0.46% | - |
| HSV(B) | 243.46º | 0.36% | 0.56% | - |
| XYZ | 13.58 | 12.1 | 28.01 | - |
| YUV | 98.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 92 | 144 | 0.34 | 0.36 | 0 | 0.44 | 243.46 | 0.22 | 0.46 |
| Hex | 5F | 5C | 90 | 22 | 24 | 0 | 2C | F3 | 16 | 2E |
| Octal | 137 | 134 | 220 | 42 | 44 | 0 | 54 | 363 | 26 | 56 |
| Binary | 1011111 | 1011100 | 10010000 | 100010 | 100100 | 0 | 101100 | 11110011 | 10110 | 101110 |
Color Harmonies of #5F5C90
Complementary color
Monochromatic Colors of #5F5C90
Black with #5F5C90
Text Example
Text Example
White with #5F5C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5C90; }
p { color: rgb(95,92,144); }
H1.HeaderClassName
{
color: #5F5C90;
}
.AnyTagClassName
{
color: #5F5C90;
}
</style>
background-color css
<style>
a { background-color: #5F5C90; }
a { background-color: rgb(95,92,144); }
div.DivClassName
{
background-color: #5F5C90;
}
.BgClassName
{
background-color: #5F5C90;
}
</style>
border-color css
<style>
span { border-color: #5F5C90; }
span { border-color: rgb(95,92,144); }
td.TdClassName
{
border-color: #5F5C90;
}
.TagClassName
{
border-color: #5F5C90;
}
</style>