Shades of Governor Bay #535A8E
Tints of Governor Bay #535A8E
RGB
CMYK
RGB Variations
Color information
#535A8E (or 0x535A8E) is known color: Governor Bay. HEX triplet: 53, 5A and 8E. RGB value is (83,90,142). Sum of RGB (Red+Green+Blue) = 83+90+142=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #535A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535A8E is #ACA571. Grayscale: #5D5D5D. Windows color (decimal): -11314546 or 9329235. OLE color: 9329235.
HSL color Cylindrical-coordinate representation of color #535A8E: hue angle of 232.88º degrees, saturation: 0.26, 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 #535A8E is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 90 | 142 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.44 |
| HSL | 232.88º | 0.26% | 0.44% | - |
| HSV(B) | 232.88º | 0.42% | 0.56% | - |
| XYZ | 12.11 | 11.1 | 27.1 | - |
| YUV | 93.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 142 | 0.42 | 0.37 | 0 | 0.44 | 232.88 | 0.26 | 0.44 |
| Hex | 53 | 5A | 8E | 2A | 25 | 0 | 2C | E9 | 1A | 2C |
| Octal | 123 | 132 | 216 | 52 | 45 | 0 | 54 | 351 | 32 | 54 |
| Binary | 1010011 | 1011010 | 10001110 | 101010 | 100101 | 0 | 101100 | 11101001 | 11010 | 101100 |
Color Harmonies of #535A8E
Complementary color
Monochromatic Colors of #535A8E
Black with #535A8E
Text Example
Text Example
White with #535A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A8E; }
p { color: rgb(83,90,142); }
H1.HeaderClassName
{
color: #535A8E;
}
.AnyTagClassName
{
color: #535A8E;
}
</style>
background-color css
<style>
a { background-color: #535A8E; }
a { background-color: rgb(83,90,142); }
div.DivClassName
{
background-color: #535A8E;
}
.BgClassName
{
background-color: #535A8E;
}
</style>
border-color css
<style>
span { border-color: #535A8E; }
span { border-color: rgb(83,90,142); }
td.TdClassName
{
border-color: #535A8E;
}
.TagClassName
{
border-color: #535A8E;
}
</style>