Shades of East Bay #455265
Tints of East Bay #455265
RGB
CMYK
RGB Variations
Color information
#455265 (or 0x455265) is known color: East Bay. HEX triplet: 45, 52 and 65. RGB value is (69,82,101). Sum of RGB (Red+Green+Blue) = 69+82+101=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #455265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455265 is #BAAD9A. Grayscale: #505050. Windows color (decimal): -12234139 or 6640197. OLE color: 6640197.
HSL color Cylindrical-coordinate representation of color #455265: hue angle of 215.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #455265 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 82 | 101 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.60 |
| HSL | 215.63º | 0.19% | 0.33% | - |
| HSV(B) | 215.63º | 0.32% | 0.4% | - |
| XYZ | 7.82 | 8.24 | 13.49 | - |
| YUV | 80.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 82 | 101 | 0.32 | 0.19 | 0 | 0.60 | 215.63 | 0.19 | 0.33 |
| Hex | 45 | 52 | 65 | 20 | 13 | 0 | 3C | D8 | 13 | 21 |
| Octal | 105 | 122 | 145 | 40 | 23 | 0 | 74 | 330 | 23 | 41 |
| Binary | 1000101 | 1010010 | 1100101 | 100000 | 10011 | 0 | 111100 | 11011000 | 10011 | 100001 |
Color Harmonies of #455265
Complementary color
Monochromatic Colors of #455265
Black with #455265
Text Example
Text Example
White with #455265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455265; }
p { color: rgb(69,82,101); }
H1.HeaderClassName
{
color: #455265;
}
.AnyTagClassName
{
color: #455265;
}
</style>
background-color css
<style>
a { background-color: #455265; }
a { background-color: rgb(69,82,101); }
div.DivClassName
{
background-color: #455265;
}
.BgClassName
{
background-color: #455265;
}
</style>
border-color css
<style>
span { border-color: #455265; }
span { border-color: rgb(69,82,101); }
td.TdClassName
{
border-color: #455265;
}
.TagClassName
{
border-color: #455265;
}
</style>