Shades of Paradiso #557A7E
Tints of Paradiso #557A7E
RGB
CMYK
RGB Variations
Color information
#557A7E (or 0x557A7E) is known color: Paradiso. HEX triplet: 55, 7A and 7E. RGB value is (85,122,126). Sum of RGB (Red+Green+Blue) = 85+122+126=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #557A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A7E is #AA8581. Grayscale: #6F6F6F. Windows color (decimal): -11175298 or 8288853. OLE color: 8288853.
HSL color Cylindrical-coordinate representation of color #557A7E: hue angle of 185.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557A7E is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 122 | 126 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.51 |
| HSL | 185.85º | 0.19% | 0.41% | - |
| HSV(B) | 185.85º | 0.33% | 0.49% | - |
| XYZ | 14.47 | 17.36 | 22.33 | - |
| YUV | 111.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 126 | 0.33 | 0.03 | 0 | 0.51 | 185.85 | 0.19 | 0.41 |
| Hex | 55 | 7A | 7E | 21 | 3 | 0 | 33 | BA | 13 | 29 |
| Octal | 125 | 172 | 176 | 41 | 3 | 0 | 63 | 272 | 23 | 51 |
| Binary | 1010101 | 1111010 | 1111110 | 100001 | 11 | 0 | 110011 | 10111010 | 10011 | 101001 |
Color Harmonies of #557A7E
Complementary color
Monochromatic Colors of #557A7E
Black with #557A7E
Text Example
Text Example
White with #557A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A7E; }
p { color: rgb(85,122,126); }
H1.HeaderClassName
{
color: #557A7E;
}
.AnyTagClassName
{
color: #557A7E;
}
</style>
background-color css
<style>
a { background-color: #557A7E; }
a { background-color: rgb(85,122,126); }
div.DivClassName
{
background-color: #557A7E;
}
.BgClassName
{
background-color: #557A7E;
}
</style>
border-color css
<style>
span { border-color: #557A7E; }
span { border-color: rgb(85,122,126); }
td.TdClassName
{
border-color: #557A7E;
}
.TagClassName
{
border-color: #557A7E;
}
</style>