Shades of East Side #B59DC5
Tints of East Side #B59DC5
RGB
CMYK
RGB Variations
Color information
#B59DC5 (or 0xB59DC5) is known color: East Side. HEX triplet: B5, 9D and C5. RGB value is (181,157,197). Sum of RGB (Red+Green+Blue) = 181+157+197=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #B59DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DC5 is #4A623A. Grayscale: #A8A8A8. Windows color (decimal): -4874811 or 12950965. OLE color: 12950965.
HSL color Cylindrical-coordinate representation of color #B59DC5: hue angle of 276º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59DC5 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 157 | 197 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.23 |
| HSL | 276º | 0.26% | 0.69% | - |
| HSV(B) | 276º | 0.2% | 0.77% | - |
| XYZ | 41.19 | 37.97 | 57.98 | - |
| YUV | 168.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 197 | 0.08 | 0.20 | 0 | 0.23 | 276 | 0.26 | 0.69 |
| Hex | B5 | 9D | C5 | 8 | 14 | 0 | 17 | 114 | 1A | 45 |
| Octal | 265 | 235 | 305 | 10 | 24 | 0 | 27 | 424 | 32 | 105 |
| Binary | 10110101 | 10011101 | 11000101 | 1000 | 10100 | 0 | 10111 | 100010100 | 11010 | 1000101 |
Color Harmonies of #B59DC5
Complementary color
Monochromatic Colors of #B59DC5
Black with #B59DC5
Text Example
Text Example
White with #B59DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59DC5; }
p { color: rgb(181,157,197); }
H1.HeaderClassName
{
color: #B59DC5;
}
.AnyTagClassName
{
color: #B59DC5;
}
</style>
background-color css
<style>
a { background-color: #B59DC5; }
a { background-color: rgb(181,157,197); }
div.DivClassName
{
background-color: #B59DC5;
}
.BgClassName
{
background-color: #B59DC5;
}
</style>
border-color css
<style>
span { border-color: #B59DC5; }
span { border-color: rgb(181,157,197); }
td.TdClassName
{
border-color: #B59DC5;
}
.TagClassName
{
border-color: #B59DC5;
}
</style>