Shades of East Bay #535A6E
Tints of East Bay #535A6E
RGB
CMYK
RGB Variations
Color information
#535A6E (or 0x535A6E) is known color: East Bay. HEX triplet: 53, 5A and 6E. RGB value is (83,90,110). Sum of RGB (Red+Green+Blue) = 83+90+110=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 90 (35.55% from 255 or 31.80% 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 #535A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A6E is #ACA591. Grayscale: #5A5A5A. Windows color (decimal): -11314578 or 7232083. OLE color: 7232083.
HSL color Cylindrical-coordinate representation of color #535A6E: hue angle of 224.44º degrees, saturation: 0.14, 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 #535A6E is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 90 | 110 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.57 |
| HSL | 224.44º | 0.14% | 0.38% | - |
| HSV(B) | 224.44º | 0.25% | 0.43% | - |
| XYZ | 10.04 | 10.28 | 16.21 | - |
| YUV | 90.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 110 | 0.25 | 0.18 | 0 | 0.57 | 224.44 | 0.14 | 0.38 |
| Hex | 53 | 5A | 6E | 19 | 12 | 0 | 39 | E0 | E | 26 |
| Octal | 123 | 132 | 156 | 31 | 22 | 0 | 71 | 340 | 16 | 46 |
| Binary | 1010011 | 1011010 | 1101110 | 11001 | 10010 | 0 | 111001 | 11100000 | 1110 | 100110 |
Color Harmonies of #535A6E
Complementary color
Monochromatic Colors of #535A6E
Black with #535A6E
Text Example
Text Example
White with #535A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A6E; }
p { color: rgb(83,90,110); }
H1.HeaderClassName
{
color: #535A6E;
}
.AnyTagClassName
{
color: #535A6E;
}
</style>
background-color css
<style>
a { background-color: #535A6E; }
a { background-color: rgb(83,90,110); }
div.DivClassName
{
background-color: #535A6E;
}
.BgClassName
{
background-color: #535A6E;
}
</style>
border-color css
<style>
span { border-color: #535A6E; }
span { border-color: rgb(83,90,110); }
td.TdClassName
{
border-color: #535A6E;
}
.TagClassName
{
border-color: #535A6E;
}
</style>