Shades of Governor Bay #535883
Tints of Governor Bay #535883
RGB
CMYK
RGB Variations
Color information
#535883 (or 0x535883) is known color: Governor Bay. HEX triplet: 53, 58 and 83. RGB value is (83,88,131). Sum of RGB (Red+Green+Blue) = 83+88+131=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #535883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535883 is #ACA77C. Grayscale: #5B5B5B. Windows color (decimal): -11315069 or 8607827. OLE color: 8607827.
HSL color Cylindrical-coordinate representation of color #535883: hue angle of 233.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535883 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 88 | 131 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.49 |
| HSL | 233.75º | 0.22% | 0.42% | - |
| HSV(B) | 233.75º | 0.37% | 0.51% | - |
| XYZ | 11.15 | 10.46 | 22.9 | - |
| YUV | 91.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 131 | 0.37 | 0.33 | 0 | 0.49 | 233.75 | 0.22 | 0.42 |
| Hex | 53 | 58 | 83 | 25 | 21 | 0 | 31 | EA | 16 | 2A |
| Octal | 123 | 130 | 203 | 45 | 41 | 0 | 61 | 352 | 26 | 52 |
| Binary | 1010011 | 1011000 | 10000011 | 100101 | 100001 | 0 | 110001 | 11101010 | 10110 | 101010 |
Color Harmonies of #535883
Complementary color
Monochromatic Colors of #535883
Black with #535883
Text Example
Text Example
White with #535883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535883; }
p { color: rgb(83,88,131); }
H1.HeaderClassName
{
color: #535883;
}
.AnyTagClassName
{
color: #535883;
}
</style>
background-color css
<style>
a { background-color: #535883; }
a { background-color: rgb(83,88,131); }
div.DivClassName
{
background-color: #535883;
}
.BgClassName
{
background-color: #535883;
}
</style>
border-color css
<style>
span { border-color: #535883; }
span { border-color: rgb(83,88,131); }
td.TdClassName
{
border-color: #535883;
}
.TagClassName
{
border-color: #535883;
}
</style>