Shades of Governor Bay #5F608D
Tints of Governor Bay #5F608D
RGB
CMYK
RGB Variations
Color information
#5F608D (or 0x5F608D) is known color: Governor Bay. HEX triplet: 5F, 60 and 8D. RGB value is (95,96,141). Sum of RGB (Red+Green+Blue) = 95+96+141=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F608D is #A09F72. Grayscale: #646464. Windows color (decimal): -10526579 or 9265247. OLE color: 9265247.
HSL color Cylindrical-coordinate representation of color #5F608D: hue angle of 238.7º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F608D is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 96 | 141 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.45 |
| HSL | 238.7º | 0.19% | 0.46% | - |
| HSV(B) | 238.7º | 0.33% | 0.55% | - |
| XYZ | 13.71 | 12.72 | 26.93 | - |
| YUV | 100.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 141 | 0.33 | 0.32 | 0 | 0.45 | 238.7 | 0.19 | 0.46 |
| Hex | 5F | 60 | 8D | 21 | 20 | 0 | 2D | EF | 13 | 2E |
| Octal | 137 | 140 | 215 | 41 | 40 | 0 | 55 | 357 | 23 | 56 |
| Binary | 1011111 | 1100000 | 10001101 | 100001 | 100000 | 0 | 101101 | 11101111 | 10011 | 101110 |
Color Harmonies of #5F608D
Complementary color
Monochromatic Colors of #5F608D
Black with #5F608D
Text Example
Text Example
White with #5F608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F608D; }
p { color: rgb(95,96,141); }
H1.HeaderClassName
{
color: #5F608D;
}
.AnyTagClassName
{
color: #5F608D;
}
</style>
background-color css
<style>
a { background-color: #5F608D; }
a { background-color: rgb(95,96,141); }
div.DivClassName
{
background-color: #5F608D;
}
.BgClassName
{
background-color: #5F608D;
}
</style>
border-color css
<style>
span { border-color: #5F608D; }
span { border-color: rgb(95,96,141); }
td.TdClassName
{
border-color: #5F608D;
}
.TagClassName
{
border-color: #5F608D;
}
</style>