Shades of Governor Bay #535F92
Tints of Governor Bay #535F92
RGB
CMYK
RGB Variations
Color information
#535F92 (or 0x535F92) is known color: Governor Bay. HEX triplet: 53, 5F and 92. RGB value is (83,95,146). Sum of RGB (Red+Green+Blue) = 83+95+146=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #535F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F92 is #ACA06D. Grayscale: #616161. Windows color (decimal): -11313262 or 9592659. OLE color: 9592659.
HSL color Cylindrical-coordinate representation of color #535F92: hue angle of 228.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #535F92 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 95 | 146 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.43 |
| HSL | 228.57º | 0.28% | 0.45% | - |
| HSV(B) | 228.57º | 0.43% | 0.57% | - |
| XYZ | 12.85 | 12.1 | 28.85 | - |
| YUV | 97.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 146 | 0.43 | 0.35 | 0 | 0.43 | 228.57 | 0.28 | 0.45 |
| Hex | 53 | 5F | 92 | 2B | 23 | 0 | 2B | E5 | 1C | 2D |
| Octal | 123 | 137 | 222 | 53 | 43 | 0 | 53 | 345 | 34 | 55 |
| Binary | 1010011 | 1011111 | 10010010 | 101011 | 100011 | 0 | 101011 | 11100101 | 11100 | 101101 |
Color Harmonies of #535F92
Complementary color
Monochromatic Colors of #535F92
Black with #535F92
Text Example
Text Example
White with #535F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F92; }
p { color: rgb(83,95,146); }
H1.HeaderClassName
{
color: #535F92;
}
.AnyTagClassName
{
color: #535F92;
}
</style>
background-color css
<style>
a { background-color: #535F92; }
a { background-color: rgb(83,95,146); }
div.DivClassName
{
background-color: #535F92;
}
.BgClassName
{
background-color: #535F92;
}
</style>
border-color css
<style>
span { border-color: #535F92; }
span { border-color: rgb(83,95,146); }
td.TdClassName
{
border-color: #535F92;
}
.TagClassName
{
border-color: #535F92;
}
</style>