Shades of Governor Bay #535A8A
Tints of Governor Bay #535A8A
RGB
CMYK
RGB Variations
Color information
#535A8A (or 0x535A8A) is known color: Governor Bay. HEX triplet: 53, 5A and 8A. RGB value is (83,90,138). Sum of RGB (Red+Green+Blue) = 83+90+138=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #535A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535A8A is #ACA575. Grayscale: #5D5D5D. Windows color (decimal): -11314550 or 9067091. OLE color: 9067091.
HSL color Cylindrical-coordinate representation of color #535A8A: hue angle of 232.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535A8A is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 90 | 138 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.46 |
| HSL | 232.36º | 0.25% | 0.43% | - |
| HSV(B) | 232.36º | 0.4% | 0.54% | - |
| XYZ | 11.81 | 10.99 | 25.54 | - |
| YUV | 93.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 138 | 0.40 | 0.35 | 0 | 0.46 | 232.36 | 0.25 | 0.43 |
| Hex | 53 | 5A | 8A | 28 | 23 | 0 | 2E | E8 | 19 | 2B |
| Octal | 123 | 132 | 212 | 50 | 43 | 0 | 56 | 350 | 31 | 53 |
| Binary | 1010011 | 1011010 | 10001010 | 101000 | 100011 | 0 | 101110 | 11101000 | 11001 | 101011 |
Color Harmonies of #535A8A
Complementary color
Monochromatic Colors of #535A8A
Black with #535A8A
Text Example
Text Example
White with #535A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A8A; }
p { color: rgb(83,90,138); }
H1.HeaderClassName
{
color: #535A8A;
}
.AnyTagClassName
{
color: #535A8A;
}
</style>
background-color css
<style>
a { background-color: #535A8A; }
a { background-color: rgb(83,90,138); }
div.DivClassName
{
background-color: #535A8A;
}
.BgClassName
{
background-color: #535A8A;
}
</style>
border-color css
<style>
span { border-color: #535A8A; }
span { border-color: rgb(83,90,138); }
td.TdClassName
{
border-color: #535A8A;
}
.TagClassName
{
border-color: #535A8A;
}
</style>