Shades of Cutty Sark #557C68
Tints of Cutty Sark #557C68
RGB
CMYK
RGB Variations
Color information
#557C68 (or 0x557C68) is known color: Cutty Sark. HEX triplet: 55, 7C and 68. RGB value is (85,124,104). Sum of RGB (Red+Green+Blue) = 85+124+104=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #557C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C68 is #AA8397. Grayscale: #6E6E6E. Windows color (decimal): -11174808 or 6847573. OLE color: 6847573.
HSL color Cylindrical-coordinate representation of color #557C68: hue angle of 149.23º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C68 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 104 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.51 |
| HSL | 149.23º | 0.19% | 0.41% | - |
| HSV(B) | 149.23º | 0.31% | 0.49% | - |
| XYZ | 13.45 | 17.35 | 15.74 | - |
| YUV | 110.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 104 | 0.31 | 0 | 0.16 | 0.51 | 149.23 | 0.19 | 0.41 |
| Hex | 55 | 7C | 68 | 1F | 0 | 10 | 33 | 95 | 13 | 29 |
| Octal | 125 | 174 | 150 | 37 | 0 | 20 | 63 | 225 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1101000 | 11111 | 0 | 10000 | 110011 | 10010101 | 10011 | 101001 |
Color Harmonies of #557C68
Complementary color
Monochromatic Colors of #557C68
Black with #557C68
Text Example
Text Example
White with #557C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C68; }
p { color: rgb(85,124,104); }
H1.HeaderClassName
{
color: #557C68;
}
.AnyTagClassName
{
color: #557C68;
}
</style>
background-color css
<style>
a { background-color: #557C68; }
a { background-color: rgb(85,124,104); }
div.DivClassName
{
background-color: #557C68;
}
.BgClassName
{
background-color: #557C68;
}
</style>
border-color css
<style>
span { border-color: #557C68; }
span { border-color: rgb(85,124,104); }
td.TdClassName
{
border-color: #557C68;
}
.TagClassName
{
border-color: #557C68;
}
</style>