Shades of East Bay #535A6F
Tints of East Bay #535A6F
RGB
CMYK
RGB Variations
Color information
#535A6F (or 0x535A6F) is known color: East Bay. HEX triplet: 53, 5A and 6F. RGB value is (83,90,111). Sum of RGB (Red+Green+Blue) = 83+90+111=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #535A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A6F is #ACA590. Grayscale: #5A5A5A. Windows color (decimal): -11314577 or 7297619. OLE color: 7297619.
HSL color Cylindrical-coordinate representation of color #535A6F: hue angle of 225º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535A6F is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 90 | 111 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.56 |
| HSL | 225º | 0.14% | 0.38% | - |
| HSV(B) | 225º | 0.25% | 0.44% | - |
| XYZ | 10.09 | 10.3 | 16.49 | - |
| YUV | 90.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 111 | 0.25 | 0.19 | 0 | 0.56 | 225 | 0.14 | 0.38 |
| Hex | 53 | 5A | 6F | 19 | 13 | 0 | 38 | E1 | E | 26 |
| Octal | 123 | 132 | 157 | 31 | 23 | 0 | 70 | 341 | 16 | 46 |
| Binary | 1010011 | 1011010 | 1101111 | 11001 | 10011 | 0 | 111000 | 11100001 | 1110 | 100110 |
Color Harmonies of #535A6F
Complementary color
Monochromatic Colors of #535A6F
Black with #535A6F
Text Example
Text Example
White with #535A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A6F; }
p { color: rgb(83,90,111); }
H1.HeaderClassName
{
color: #535A6F;
}
.AnyTagClassName
{
color: #535A6F;
}
</style>
background-color css
<style>
a { background-color: #535A6F; }
a { background-color: rgb(83,90,111); }
div.DivClassName
{
background-color: #535A6F;
}
.BgClassName
{
background-color: #535A6F;
}
</style>
border-color css
<style>
span { border-color: #535A6F; }
span { border-color: rgb(83,90,111); }
td.TdClassName
{
border-color: #535A6F;
}
.TagClassName
{
border-color: #535A6F;
}
</style>