Shades of Paradiso #56828A
Tints of Paradiso #56828A
RGB
CMYK
RGB Variations
Color information
#56828A (or 0x56828A) is known color: Paradiso. HEX triplet: 56, 82 and 8A. RGB value is (86,130,138). Sum of RGB (Red+Green+Blue) = 86+130+138=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #56828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56828A is #A97D75. Grayscale: #757575. Windows color (decimal): -11107702 or 9077334. OLE color: 9077334.
HSL color Cylindrical-coordinate representation of color #56828A: hue angle of 189.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56828A is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 130 | 138 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.46 |
| HSL | 189.23º | 0.23% | 0.44% | - |
| HSV(B) | 189.23º | 0.38% | 0.54% | - |
| XYZ | 16.41 | 19.78 | 27 | - |
| YUV | 117.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 138 | 0.38 | 0.06 | 0 | 0.46 | 189.23 | 0.23 | 0.44 |
| Hex | 56 | 82 | 8A | 26 | 6 | 0 | 2E | BD | 17 | 2C |
| Octal | 126 | 202 | 212 | 46 | 6 | 0 | 56 | 275 | 27 | 54 |
| Binary | 1010110 | 10000010 | 10001010 | 100110 | 110 | 0 | 101110 | 10111101 | 10111 | 101100 |
Color Harmonies of #56828A
Complementary color
Monochromatic Colors of #56828A
Black with #56828A
Text Example
Text Example
White with #56828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56828A; }
p { color: rgb(86,130,138); }
H1.HeaderClassName
{
color: #56828A;
}
.AnyTagClassName
{
color: #56828A;
}
</style>
background-color css
<style>
a { background-color: #56828A; }
a { background-color: rgb(86,130,138); }
div.DivClassName
{
background-color: #56828A;
}
.BgClassName
{
background-color: #56828A;
}
</style>
border-color css
<style>
span { border-color: #56828A; }
span { border-color: rgb(86,130,138); }
td.TdClassName
{
border-color: #56828A;
}
.TagClassName
{
border-color: #56828A;
}
</style>