Shades of East Bay #525A6C
Tints of East Bay #525A6C
RGB
CMYK
RGB Variations
Color information
#525A6C (or 0x525A6C) is known color: East Bay. HEX triplet: 52, 5A and 6C. RGB value is (82,90,108). Sum of RGB (Red+Green+Blue) = 82+90+108=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #525A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A6C is #ADA593. Grayscale: #595959. Windows color (decimal): -11380116 or 7101010. OLE color: 7101010.
HSL color Cylindrical-coordinate representation of color #525A6C: hue angle of 221.54º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #525A6C is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 90 | 108 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.58 |
| HSL | 221.54º | 0.14% | 0.37% | - |
| HSV(B) | 221.54º | 0.24% | 0.42% | - |
| XYZ | 9.84 | 10.19 | 15.64 | - |
| YUV | 89.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 108 | 0.24 | 0.17 | 0 | 0.58 | 221.54 | 0.14 | 0.37 |
| Hex | 52 | 5A | 6C | 18 | 11 | 0 | 3A | DE | E | 25 |
| Octal | 122 | 132 | 154 | 30 | 21 | 0 | 72 | 336 | 16 | 45 |
| Binary | 1010010 | 1011010 | 1101100 | 11000 | 10001 | 0 | 111010 | 11011110 | 1110 | 100101 |
Color Harmonies of #525A6C
Complementary color
Monochromatic Colors of #525A6C
Black with #525A6C
Text Example
Text Example
White with #525A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A6C; }
p { color: rgb(82,90,108); }
H1.HeaderClassName
{
color: #525A6C;
}
.AnyTagClassName
{
color: #525A6C;
}
</style>
background-color css
<style>
a { background-color: #525A6C; }
a { background-color: rgb(82,90,108); }
div.DivClassName
{
background-color: #525A6C;
}
.BgClassName
{
background-color: #525A6C;
}
</style>
border-color css
<style>
span { border-color: #525A6C; }
span { border-color: rgb(82,90,108); }
td.TdClassName
{
border-color: #525A6C;
}
.TagClassName
{
border-color: #525A6C;
}
</style>