Shades of East Bay #525B6E
Tints of East Bay #525B6E
RGB
CMYK
RGB Variations
Color information
#525B6E (or 0x525B6E) is known color: East Bay. HEX triplet: 52, 5B and 6E. RGB value is (82,91,110). Sum of RGB (Red+Green+Blue) = 82+91+110=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #525B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B6E is #ADA491. Grayscale: #5A5A5A. Windows color (decimal): -11379858 or 7232338. OLE color: 7232338.
HSL color Cylindrical-coordinate representation of color #525B6E: hue angle of 220.71º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525B6E is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 91 | 110 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.57 |
| HSL | 220.71º | 0.15% | 0.38% | - |
| HSV(B) | 220.71º | 0.25% | 0.43% | - |
| XYZ | 10.04 | 10.4 | 16.23 | - |
| YUV | 90.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 110 | 0.25 | 0.17 | 0 | 0.57 | 220.71 | 0.15 | 0.38 |
| Hex | 52 | 5B | 6E | 19 | 11 | 0 | 39 | DD | F | 26 |
| Octal | 122 | 133 | 156 | 31 | 21 | 0 | 71 | 335 | 17 | 46 |
| Binary | 1010010 | 1011011 | 1101110 | 11001 | 10001 | 0 | 111001 | 11011101 | 1111 | 100110 |
Color Harmonies of #525B6E
Complementary color
Monochromatic Colors of #525B6E
Black with #525B6E
Text Example
Text Example
White with #525B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B6E; }
p { color: rgb(82,91,110); }
H1.HeaderClassName
{
color: #525B6E;
}
.AnyTagClassName
{
color: #525B6E;
}
</style>
background-color css
<style>
a { background-color: #525B6E; }
a { background-color: rgb(82,91,110); }
div.DivClassName
{
background-color: #525B6E;
}
.BgClassName
{
background-color: #525B6E;
}
</style>
border-color css
<style>
span { border-color: #525B6E; }
span { border-color: rgb(82,91,110); }
td.TdClassName
{
border-color: #525B6E;
}
.TagClassName
{
border-color: #525B6E;
}
</style>