Shades of Jelly Bean #527B94
Tints of Jelly Bean #527B94
RGB
CMYK
RGB Variations
Color information
#527B94 (or 0x527B94) is known color: Jelly Bean. HEX triplet: 52, 7B and 94. RGB value is (82,123,148). Sum of RGB (Red+Green+Blue) = 82+123+148=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #527B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B94 is #AD846B. Grayscale: #717171. Windows color (decimal): -11371628 or 9730898. OLE color: 9730898.
HSL color Cylindrical-coordinate representation of color #527B94: hue angle of 202.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527B94 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 123 | 148 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.42 |
| HSL | 202.73º | 0.29% | 0.45% | - |
| HSV(B) | 202.73º | 0.45% | 0.58% | - |
| XYZ | 15.91 | 18.1 | 30.67 | - |
| YUV | 113.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 148 | 0.45 | 0.17 | 0 | 0.42 | 202.73 | 0.29 | 0.45 |
| Hex | 52 | 7B | 94 | 2D | 11 | 0 | 2A | CB | 1D | 2D |
| Octal | 122 | 173 | 224 | 55 | 21 | 0 | 52 | 313 | 35 | 55 |
| Binary | 1010010 | 1111011 | 10010100 | 101101 | 10001 | 0 | 101010 | 11001011 | 11101 | 101101 |
Color Harmonies of #527B94
Complementary color
Monochromatic Colors of #527B94
Black with #527B94
Text Example
Text Example
White with #527B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B94; }
p { color: rgb(82,123,148); }
H1.HeaderClassName
{
color: #527B94;
}
.AnyTagClassName
{
color: #527B94;
}
</style>
background-color css
<style>
a { background-color: #527B94; }
a { background-color: rgb(82,123,148); }
div.DivClassName
{
background-color: #527B94;
}
.BgClassName
{
background-color: #527B94;
}
</style>
border-color css
<style>
span { border-color: #527B94; }
span { border-color: rgb(82,123,148); }
td.TdClassName
{
border-color: #527B94;
}
.TagClassName
{
border-color: #527B94;
}
</style>