Shades of Paradiso #51777E
Tints of Paradiso #51777E
RGB
CMYK
RGB Variations
Color information
#51777E (or 0x51777E) is known color: Paradiso. HEX triplet: 51, 77 and 7E. RGB value is (81,119,126). Sum of RGB (Red+Green+Blue) = 81+119+126=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #51777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51777E is #AE8881. Grayscale: #6C6C6C. Windows color (decimal): -11438210 or 8288081. OLE color: 8288081.
HSL color Cylindrical-coordinate representation of color #51777E: hue angle of 189.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51777E is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 119 | 126 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.51 |
| HSL | 189.33º | 0.22% | 0.41% | - |
| HSV(B) | 189.33º | 0.36% | 0.49% | - |
| XYZ | 13.76 | 16.45 | 22.19 | - |
| YUV | 108.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 126 | 0.36 | 0.06 | 0 | 0.51 | 189.33 | 0.22 | 0.41 |
| Hex | 51 | 77 | 7E | 24 | 6 | 0 | 33 | BD | 16 | 29 |
| Octal | 121 | 167 | 176 | 44 | 6 | 0 | 63 | 275 | 26 | 51 |
| Binary | 1010001 | 1110111 | 1111110 | 100100 | 110 | 0 | 110011 | 10111101 | 10110 | 101001 |
Color Harmonies of #51777E
Complementary color
Monochromatic Colors of #51777E
Black with #51777E
Text Example
Text Example
White with #51777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51777E; }
p { color: rgb(81,119,126); }
H1.HeaderClassName
{
color: #51777E;
}
.AnyTagClassName
{
color: #51777E;
}
</style>
background-color css
<style>
a { background-color: #51777E; }
a { background-color: rgb(81,119,126); }
div.DivClassName
{
background-color: #51777E;
}
.BgClassName
{
background-color: #51777E;
}
</style>
border-color css
<style>
span { border-color: #51777E; }
span { border-color: rgb(81,119,126); }
td.TdClassName
{
border-color: #51777E;
}
.TagClassName
{
border-color: #51777E;
}
</style>