Shades of Governor Bay #5F629B
Tints of Governor Bay #5F629B
RGB
CMYK
RGB Variations
Color information
#5F629B (or 0x5F629B) is known color: Governor Bay. HEX triplet: 5F, 62 and 9B. RGB value is (95,98,155). Sum of RGB (Red+Green+Blue) = 95+98+155=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F629B is #A09D64. Grayscale: #676767. Windows color (decimal): -10526053 or 10183263. OLE color: 10183263.
HSL color Cylindrical-coordinate representation of color #5F629B: hue angle of 237º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F629B is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 98 | 155 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.39 |
| HSL | 237º | 0.24% | 0.49% | - |
| HSV(B) | 237º | 0.39% | 0.61% | - |
| XYZ | 15 | 13.53 | 32.83 | - |
| YUV | 103.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 155 | 0.39 | 0.37 | 0 | 0.39 | 237 | 0.24 | 0.49 |
| Hex | 5F | 62 | 9B | 27 | 25 | 0 | 27 | ED | 18 | 31 |
| Octal | 137 | 142 | 233 | 47 | 45 | 0 | 47 | 355 | 30 | 61 |
| Binary | 1011111 | 1100010 | 10011011 | 100111 | 100101 | 0 | 100111 | 11101101 | 11000 | 110001 |
Color Harmonies of #5F629B
Complementary color
Monochromatic Colors of #5F629B
Black with #5F629B
Text Example
Text Example
White with #5F629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F629B; }
p { color: rgb(95,98,155); }
H1.HeaderClassName
{
color: #5F629B;
}
.AnyTagClassName
{
color: #5F629B;
}
</style>
background-color css
<style>
a { background-color: #5F629B; }
a { background-color: rgb(95,98,155); }
div.DivClassName
{
background-color: #5F629B;
}
.BgClassName
{
background-color: #5F629B;
}
</style>
border-color css
<style>
span { border-color: #5F629B; }
span { border-color: rgb(95,98,155); }
td.TdClassName
{
border-color: #5F629B;
}
.TagClassName
{
border-color: #5F629B;
}
</style>