Shades of Governor Bay #5C639B
Tints of Governor Bay #5C639B
RGB
CMYK
RGB Variations
Color information
#5C639B (or 0x5C639B) is known color: Governor Bay. HEX triplet: 5C, 63 and 9B. RGB value is (92,99,155). Sum of RGB (Red+Green+Blue) = 92+99+155=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C639B is #A39C64. Grayscale: #676767. Windows color (decimal): -10722405 or 10183516. OLE color: 10183516.
HSL color Cylindrical-coordinate representation of color #5C639B: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C639B is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 99 | 155 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.39 |
| HSL | 233.33º | 0.26% | 0.48% | - |
| HSV(B) | 233.33º | 0.41% | 0.61% | - |
| XYZ | 14.79 | 13.57 | 32.85 | - |
| YUV | 103.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 155 | 0.41 | 0.36 | 0 | 0.39 | 233.33 | 0.26 | 0.48 |
| Hex | 5C | 63 | 9B | 29 | 24 | 0 | 27 | E9 | 1A | 30 |
| Octal | 134 | 143 | 233 | 51 | 44 | 0 | 47 | 351 | 32 | 60 |
| Binary | 1011100 | 1100011 | 10011011 | 101001 | 100100 | 0 | 100111 | 11101001 | 11010 | 110000 |
Color Harmonies of #5C639B
Complementary color
Monochromatic Colors of #5C639B
Black with #5C639B
Text Example
Text Example
White with #5C639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C639B; }
p { color: rgb(92,99,155); }
H1.HeaderClassName
{
color: #5C639B;
}
.AnyTagClassName
{
color: #5C639B;
}
</style>
background-color css
<style>
a { background-color: #5C639B; }
a { background-color: rgb(92,99,155); }
div.DivClassName
{
background-color: #5C639B;
}
.BgClassName
{
background-color: #5C639B;
}
</style>
border-color css
<style>
span { border-color: #5C639B; }
span { border-color: rgb(92,99,155); }
td.TdClassName
{
border-color: #5C639B;
}
.TagClassName
{
border-color: #5C639B;
}
</style>