Shades of Governor Bay #594B9C
Tints of Governor Bay #594B9C
RGB
CMYK
RGB Variations
Color information
#594B9C (or 0x594B9C) is known color: Governor Bay. HEX triplet: 59, 4B and 9C. RGB value is (89,75,156). Sum of RGB (Red+Green+Blue) = 89+75+156=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #594B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594B9C is #A6B463. Grayscale: #585858. Windows color (decimal): -10925156 or 10242905. OLE color: 10242905.
HSL color Cylindrical-coordinate representation of color #594B9C: hue angle of 250.37º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #594B9C is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 75 | 156 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.39 |
| HSL | 250.37º | 0.35% | 0.45% | - |
| HSV(B) | 250.37º | 0.52% | 0.61% | - |
| XYZ | 12.64 | 9.56 | 32.63 | - |
| YUV | 88.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 156 | 0.43 | 0.52 | 0 | 0.39 | 250.37 | 0.35 | 0.45 |
| Hex | 59 | 4B | 9C | 2B | 34 | 0 | 27 | FA | 23 | 2D |
| Octal | 131 | 113 | 234 | 53 | 64 | 0 | 47 | 372 | 43 | 55 |
| Binary | 1011001 | 1001011 | 10011100 | 101011 | 110100 | 0 | 100111 | 11111010 | 100011 | 101101 |
Color Harmonies of #594B9C
Complementary color
Monochromatic Colors of #594B9C
Black with #594B9C
Text Example
Text Example
White with #594B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B9C; }
p { color: rgb(89,75,156); }
H1.HeaderClassName
{
color: #594B9C;
}
.AnyTagClassName
{
color: #594B9C;
}
</style>
background-color css
<style>
a { background-color: #594B9C; }
a { background-color: rgb(89,75,156); }
div.DivClassName
{
background-color: #594B9C;
}
.BgClassName
{
background-color: #594B9C;
}
</style>
border-color css
<style>
span { border-color: #594B9C; }
span { border-color: rgb(89,75,156); }
td.TdClassName
{
border-color: #594B9C;
}
.TagClassName
{
border-color: #594B9C;
}
</style>