Shades of Cutty Sark #557C69
Tints of Cutty Sark #557C69
RGB
CMYK
RGB Variations
Color information
#557C69 (or 0x557C69) is known color: Cutty Sark. HEX triplet: 55, 7C and 69. RGB value is (85,124,105). Sum of RGB (Red+Green+Blue) = 85+124+105=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #557C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C69 is #AA8396. Grayscale: #6E6E6E. Windows color (decimal): -11174807 or 6913109. OLE color: 6913109.
HSL color Cylindrical-coordinate representation of color #557C69: hue angle of 150.77º 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 #557C69 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 105 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.51 |
| HSL | 150.77º | 0.19% | 0.41% | - |
| HSV(B) | 150.77º | 0.31% | 0.49% | - |
| XYZ | 13.5 | 17.37 | 16 | - |
| YUV | 110.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 105 | 0.31 | 0 | 0.15 | 0.51 | 150.77 | 0.19 | 0.41 |
| Hex | 55 | 7C | 69 | 1F | 0 | F | 33 | 97 | 13 | 29 |
| Octal | 125 | 174 | 151 | 37 | 0 | 17 | 63 | 227 | 23 | 51 |
| Binary | 1010101 | 1111100 | 1101001 | 11111 | 0 | 1111 | 110011 | 10010111 | 10011 | 101001 |
Color Harmonies of #557C69
Complementary color
Monochromatic Colors of #557C69
Black with #557C69
Text Example
Text Example
White with #557C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C69; }
p { color: rgb(85,124,105); }
H1.HeaderClassName
{
color: #557C69;
}
.AnyTagClassName
{
color: #557C69;
}
</style>
background-color css
<style>
a { background-color: #557C69; }
a { background-color: rgb(85,124,105); }
div.DivClassName
{
background-color: #557C69;
}
.BgClassName
{
background-color: #557C69;
}
</style>
border-color css
<style>
span { border-color: #557C69; }
span { border-color: rgb(85,124,105); }
td.TdClassName
{
border-color: #557C69;
}
.TagClassName
{
border-color: #557C69;
}
</style>