Shades of East Bay #525A70
Tints of East Bay #525A70
RGB
CMYK
RGB Variations
Color information
#525A70 (or 0x525A70) is known color: East Bay. HEX triplet: 52, 5A and 70. RGB value is (82,90,112). Sum of RGB (Red+Green+Blue) = 82+90+112=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #525A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A70 is #ADA58F. Grayscale: #5A5A5A. Windows color (decimal): -11380112 or 7363154. OLE color: 7363154.
HSL color Cylindrical-coordinate representation of color #525A70: hue angle of 224º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #525A70 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 90 | 112 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.56 |
| HSL | 224º | 0.15% | 0.38% | - |
| HSV(B) | 224º | 0.27% | 0.44% | - |
| XYZ | 10.06 | 10.28 | 16.78 | - |
| YUV | 90.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 112 | 0.27 | 0.20 | 0 | 0.56 | 224 | 0.15 | 0.38 |
| Hex | 52 | 5A | 70 | 1B | 14 | 0 | 38 | E0 | F | 26 |
| Octal | 122 | 132 | 160 | 33 | 24 | 0 | 70 | 340 | 17 | 46 |
| Binary | 1010010 | 1011010 | 1110000 | 11011 | 10100 | 0 | 111000 | 11100000 | 1111 | 100110 |
Color Harmonies of #525A70
Complementary color
Monochromatic Colors of #525A70
Black with #525A70
Text Example
Text Example
White with #525A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A70; }
p { color: rgb(82,90,112); }
H1.HeaderClassName
{
color: #525A70;
}
.AnyTagClassName
{
color: #525A70;
}
</style>
background-color css
<style>
a { background-color: #525A70; }
a { background-color: rgb(82,90,112); }
div.DivClassName
{
background-color: #525A70;
}
.BgClassName
{
background-color: #525A70;
}
</style>
border-color css
<style>
span { border-color: #525A70; }
span { border-color: rgb(82,90,112); }
td.TdClassName
{
border-color: #525A70;
}
.TagClassName
{
border-color: #525A70;
}
</style>