Shades of Governor Bay #535A84
Tints of Governor Bay #535A84
RGB
CMYK
RGB Variations
Color information
#535A84 (or 0x535A84) is known color: Governor Bay. HEX triplet: 53, 5A and 84. RGB value is (83,90,132). Sum of RGB (Red+Green+Blue) = 83+90+132=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #535A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535A84 is #ACA57B. Grayscale: #5C5C5C. Windows color (decimal): -11314556 or 8673875. OLE color: 8673875.
HSL color Cylindrical-coordinate representation of color #535A84: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535A84 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 90 | 132 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.48 |
| HSL | 231.43º | 0.23% | 0.42% | - |
| HSV(B) | 231.43º | 0.37% | 0.52% | - |
| XYZ | 11.39 | 10.82 | 23.32 | - |
| YUV | 92.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 132 | 0.37 | 0.32 | 0 | 0.48 | 231.43 | 0.23 | 0.42 |
| Hex | 53 | 5A | 84 | 25 | 20 | 0 | 30 | E7 | 17 | 2A |
| Octal | 123 | 132 | 204 | 45 | 40 | 0 | 60 | 347 | 27 | 52 |
| Binary | 1010011 | 1011010 | 10000100 | 100101 | 100000 | 0 | 110000 | 11100111 | 10111 | 101010 |
Color Harmonies of #535A84
Complementary color
Monochromatic Colors of #535A84
Black with #535A84
Text Example
Text Example
White with #535A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A84; }
p { color: rgb(83,90,132); }
H1.HeaderClassName
{
color: #535A84;
}
.AnyTagClassName
{
color: #535A84;
}
</style>
background-color css
<style>
a { background-color: #535A84; }
a { background-color: rgb(83,90,132); }
div.DivClassName
{
background-color: #535A84;
}
.BgClassName
{
background-color: #535A84;
}
</style>
border-color css
<style>
span { border-color: #535A84; }
span { border-color: rgb(83,90,132); }
td.TdClassName
{
border-color: #535A84;
}
.TagClassName
{
border-color: #535A84;
}
</style>