Shades of Governor Bay #534BA3
Tints of Governor Bay #534BA3
RGB
CMYK
RGB Variations
Color information
#534BA3 (or 0x534BA3) is known color: Governor Bay. HEX triplet: 53, 4B and A3. RGB value is (83,75,163). Sum of RGB (Red+Green+Blue) = 83+75+163=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #534BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534BA3 is #ACB45C. Grayscale: #575757. Windows color (decimal): -11318365 or 10701651. OLE color: 10701651.
HSL color Cylindrical-coordinate representation of color #534BA3: hue angle of 245.45º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534BA3 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 75 | 163 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.36 |
| HSL | 245.45º | 0.37% | 0.47% | - |
| HSV(B) | 245.45º | 0.54% | 0.64% | - |
| XYZ | 12.69 | 9.52 | 35.82 | - |
| YUV | 87.42 | 170.65 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 163 | 0.49 | 0.54 | 0 | 0.36 | 245.45 | 0.37 | 0.47 |
| Hex | 53 | 4B | A3 | 31 | 36 | 0 | 24 | F5 | 25 | 2F |
| Octal | 123 | 113 | 243 | 61 | 66 | 0 | 44 | 365 | 45 | 57 |
| Binary | 1010011 | 1001011 | 10100011 | 110001 | 110110 | 0 | 100100 | 11110101 | 100101 | 101111 |
Color Harmonies of #534BA3
Complementary color
Monochromatic Colors of #534BA3
Black with #534BA3
Text Example
Text Example
White with #534BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BA3; }
p { color: rgb(83,75,163); }
H1.HeaderClassName
{
color: #534BA3;
}
.AnyTagClassName
{
color: #534BA3;
}
</style>
background-color css
<style>
a { background-color: #534BA3; }
a { background-color: rgb(83,75,163); }
div.DivClassName
{
background-color: #534BA3;
}
.BgClassName
{
background-color: #534BA3;
}
</style>
border-color css
<style>
span { border-color: #534BA3; }
span { border-color: rgb(83,75,163); }
td.TdClassName
{
border-color: #534BA3;
}
.TagClassName
{
border-color: #534BA3;
}
</style>