Shades of Jelly Bean #567C92
Tints of Jelly Bean #567C92
RGB
CMYK
RGB Variations
Color information
#567C92 (or 0x567C92) is known color: Jelly Bean. HEX triplet: 56, 7C and 92. RGB value is (86,124,146). Sum of RGB (Red+Green+Blue) = 86+124+146=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #567C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C92 is #A9836D. Grayscale: #737373. Windows color (decimal): -11109230 or 9600086. OLE color: 9600086.
HSL color Cylindrical-coordinate representation of color #567C92: hue angle of 202º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567C92 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 124 | 146 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.43 |
| HSL | 202º | 0.26% | 0.45% | - |
| HSV(B) | 202º | 0.41% | 0.57% | - |
| XYZ | 16.23 | 18.47 | 29.9 | - |
| YUV | 115.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 146 | 0.41 | 0.15 | 0 | 0.43 | 202 | 0.26 | 0.45 |
| Hex | 56 | 7C | 92 | 29 | F | 0 | 2B | CA | 1A | 2D |
| Octal | 126 | 174 | 222 | 51 | 17 | 0 | 53 | 312 | 32 | 55 |
| Binary | 1010110 | 1111100 | 10010010 | 101001 | 1111 | 0 | 101011 | 11001010 | 11010 | 101101 |
Color Harmonies of #567C92
Complementary color
Monochromatic Colors of #567C92
Black with #567C92
Text Example
Text Example
White with #567C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C92; }
p { color: rgb(86,124,146); }
H1.HeaderClassName
{
color: #567C92;
}
.AnyTagClassName
{
color: #567C92;
}
</style>
background-color css
<style>
a { background-color: #567C92; }
a { background-color: rgb(86,124,146); }
div.DivClassName
{
background-color: #567C92;
}
.BgClassName
{
background-color: #567C92;
}
</style>
border-color css
<style>
span { border-color: #567C92; }
span { border-color: rgb(86,124,146); }
td.TdClassName
{
border-color: #567C92;
}
.TagClassName
{
border-color: #567C92;
}
</style>