Shades of East Bay #53556C
Tints of East Bay #53556C
RGB
CMYK
RGB Variations
Color information
#53556C (or 0x53556C) is known color: East Bay. HEX triplet: 53, 55 and 6C. RGB value is (83,85,108). Sum of RGB (Red+Green+Blue) = 83+85+108=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #53556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53556C is #ACAA93. Grayscale: #565656. Windows color (decimal): -11315860 or 7099731. OLE color: 7099731.
HSL color Cylindrical-coordinate representation of color #53556C: hue angle of 235.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53556C is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 85 | 108 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.58 |
| HSL | 235.2º | 0.13% | 0.37% | - |
| HSV(B) | 235.2º | 0.23% | 0.42% | - |
| XYZ | 9.52 | 9.42 | 15.5 | - |
| YUV | 87.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 108 | 0.23 | 0.21 | 0 | 0.58 | 235.2 | 0.13 | 0.37 |
| Hex | 53 | 55 | 6C | 17 | 15 | 0 | 3A | EB | D | 25 |
| Octal | 123 | 125 | 154 | 27 | 25 | 0 | 72 | 353 | 15 | 45 |
| Binary | 1010011 | 1010101 | 1101100 | 10111 | 10101 | 0 | 111010 | 11101011 | 1101 | 100101 |
Color Harmonies of #53556C
Complementary color
Monochromatic Colors of #53556C
Black with #53556C
Text Example
Text Example
White with #53556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53556C; }
p { color: rgb(83,85,108); }
H1.HeaderClassName
{
color: #53556C;
}
.AnyTagClassName
{
color: #53556C;
}
</style>
background-color css
<style>
a { background-color: #53556C; }
a { background-color: rgb(83,85,108); }
div.DivClassName
{
background-color: #53556C;
}
.BgClassName
{
background-color: #53556C;
}
</style>
border-color css
<style>
span { border-color: #53556C; }
span { border-color: rgb(83,85,108); }
td.TdClassName
{
border-color: #53556C;
}
.TagClassName
{
border-color: #53556C;
}
</style>