Shades of East Bay #535A6C
Tints of East Bay #535A6C
RGB
CMYK
RGB Variations
Color information
#535A6C (or 0x535A6C) is known color: East Bay. HEX triplet: 53, 5A and 6C. RGB value is (83,90,108). Sum of RGB (Red+Green+Blue) = 83+90+108=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #535A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A6C is #ACA593. Grayscale: #595959. Windows color (decimal): -11314580 or 7101011. OLE color: 7101011.
HSL color Cylindrical-coordinate representation of color #535A6C: hue angle of 223.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 #535A6C is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 90 | 108 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.58 |
| HSL | 223.2º | 0.13% | 0.37% | - |
| HSV(B) | 223.2º | 0.23% | 0.42% | - |
| XYZ | 9.93 | 10.23 | 15.64 | - |
| YUV | 89.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 108 | 0.23 | 0.17 | 0 | 0.58 | 223.2 | 0.13 | 0.37 |
| Hex | 53 | 5A | 6C | 17 | 11 | 0 | 3A | DF | D | 25 |
| Octal | 123 | 132 | 154 | 27 | 21 | 0 | 72 | 337 | 15 | 45 |
| Binary | 1010011 | 1011010 | 1101100 | 10111 | 10001 | 0 | 111010 | 11011111 | 1101 | 100101 |
Color Harmonies of #535A6C
Complementary color
Monochromatic Colors of #535A6C
Black with #535A6C
Text Example
Text Example
White with #535A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A6C; }
p { color: rgb(83,90,108); }
H1.HeaderClassName
{
color: #535A6C;
}
.AnyTagClassName
{
color: #535A6C;
}
</style>
background-color css
<style>
a { background-color: #535A6C; }
a { background-color: rgb(83,90,108); }
div.DivClassName
{
background-color: #535A6C;
}
.BgClassName
{
background-color: #535A6C;
}
</style>
border-color css
<style>
span { border-color: #535A6C; }
span { border-color: rgb(83,90,108); }
td.TdClassName
{
border-color: #535A6C;
}
.TagClassName
{
border-color: #535A6C;
}
</style>