Shades of Governor Bay #53578F
Tints of Governor Bay #53578F
RGB
CMYK
RGB Variations
Color information
#53578F (or 0x53578F) is known color: Governor Bay. HEX triplet: 53, 57 and 8F. RGB value is (83,87,143). Sum of RGB (Red+Green+Blue) = 83+87+143=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #53578F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53578F is #ACA870. Grayscale: #5B5B5B. Windows color (decimal): -11315313 or 9394003. OLE color: 9394003.
HSL color Cylindrical-coordinate representation of color #53578F: hue angle of 236º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53578F is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 87 | 143 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.44 |
| HSL | 236º | 0.27% | 0.44% | - |
| HSV(B) | 236º | 0.42% | 0.56% | - |
| XYZ | 11.93 | 10.64 | 27.41 | - |
| YUV | 92.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 143 | 0.42 | 0.39 | 0 | 0.44 | 236 | 0.27 | 0.44 |
| Hex | 53 | 57 | 8F | 2A | 27 | 0 | 2C | EC | 1B | 2C |
| Octal | 123 | 127 | 217 | 52 | 47 | 0 | 54 | 354 | 33 | 54 |
| Binary | 1010011 | 1010111 | 10001111 | 101010 | 100111 | 0 | 101100 | 11101100 | 11011 | 101100 |
Color Harmonies of #53578F
Complementary color
Monochromatic Colors of #53578F
Black with #53578F
Text Example
Text Example
White with #53578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53578F; }
p { color: rgb(83,87,143); }
H1.HeaderClassName
{
color: #53578F;
}
.AnyTagClassName
{
color: #53578F;
}
</style>
background-color css
<style>
a { background-color: #53578F; }
a { background-color: rgb(83,87,143); }
div.DivClassName
{
background-color: #53578F;
}
.BgClassName
{
background-color: #53578F;
}
</style>
border-color css
<style>
span { border-color: #53578F; }
span { border-color: rgb(83,87,143); }
td.TdClassName
{
border-color: #53578F;
}
.TagClassName
{
border-color: #53578F;
}
</style>